Skip to content

Commit 9ae540c

Browse files
committed
ci: minor changes to automatic semantic versioning
1 parent f08d2ec commit 9ae540c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,6 @@ branch = "main"
183183

184184
# configure types which should trigger minor and patch version bumps respectively
185185
# (note that they must be a subset of the configured allowed types):
186-
parser_angular_allowed_types = "build,chore,ci,docs,feat,fix,perf,style,refactor,test"
187-
parser_angular_minor_types = "feat"
188-
parser_angular_patch_types = "fix,perf"
186+
parser_angular_allowed_types = "build,chore,ci,docs,feat,fix,perf,style,refactor,test,release"
187+
parser_angular_minor_types = "release"
188+
parser_angular_patch_types = "fix,perf,feat"

0 commit comments

Comments
 (0)