chore: semantic release tweaks
This commit is contained in:
parent
326f0fd031
commit
00dae60057
@ -68,10 +68,9 @@ env = "GIT_COMMIT_AUTHOR"
|
|||||||
default = "semantic-release <semantic-release>"
|
default = "semantic-release <semantic-release>"
|
||||||
|
|
||||||
[tool.semantic_release.commit_parser_options]
|
[tool.semantic_release.commit_parser_options]
|
||||||
allowed_tags = ["major","build", "chore", "ci", "docs", "feat", "fix", "perf", "style", "refactor", "test"]
|
allowed_tags = ["build", "chore", "ci", "docs", "feat", "fix", "perf", "style", "refactor", "test"]
|
||||||
minor_tags = ["feat"]
|
minor_tags = ["feat"]
|
||||||
patch_tags = ["fix", "perf"]
|
patch_tags = ["fix", "perf"]
|
||||||
major_tags = ["major"]
|
|
||||||
default_bump_level = 0
|
default_bump_level = 0
|
||||||
|
|
||||||
[tool.semantic_release.remote]
|
[tool.semantic_release.remote]
|
||||||
|
Loading…
Reference in New Issue
Block a user