Skip to content

Commit

Permalink
ci: fix versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
ADR-007 committed Apr 10, 2024
1 parent 8baf04d commit 07fb0a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ default = "semantic-release <semantic-release>"

[tool.semantic_release.commit_parser_options]
allowed_tags = ["build", "chore", "ci", "docs", "feat", "fix", "perf", "style", "refactor", "test"]
minor_tags = ["feat", "docs"]
patch_tags = ["fix", "perf", "build"]
minor_tags = ["feat"]
patch_tags = ["fix", "perf", "build", "docs"]

[tool.semantic_release.remote]
name = "origin"
Expand Down

0 comments on commit 07fb0a9

Please sign in to comment.