File tree 1 file changed +13
-3
lines changed
1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,8 @@ mypy = "1.5.1"
84
84
tox = " 4.11.3"
85
85
xmldiff = " 2.6.3"
86
86
87
+
88
+
87
89
[tool .semantic_release ]
88
90
# see https://python-semantic-release.readthedocs.io/en/latest/configuration.html
89
91
commit_message = " chore(release): {version}\n\n Automatically generated by python-semantic-release"
@@ -94,19 +96,27 @@ version_variables = [
94
96
" cyclonedx/__init__.py:__version__" ,
95
97
" docs/conf.py:release" ,
96
98
]
99
+
100
+ [tool .semantic_release .publish ]
101
+ dist_glob_patterns = [" dist/*" ]
102
+ upload_to_vcs_release = true
103
+
97
104
[tool .semantic_release .changelog ]
98
105
changelog_file = " CHANGELOG.md"
99
106
exclude_commit_patterns = [
100
107
" chore\\ (release\\ ):" ,
101
108
]
109
+
102
110
[tool .semantic_release .branches .main ]
103
111
match = " (main|master)"
104
112
prerelease = false
105
- [tool .semantic_release .branches ."feat|fix|tests|style|docs|chore" ]
106
- match = " (feat|fix|tests|style|docs|chore)"
113
+
114
+ [tool .semantic_release .branches ."step" ]
115
+ match = " (build|chore|ci|docs|feat|fix|perf|style|refactor|test)"
107
116
prerelease = true
108
117
prerelease_token = " alpha"
118
+
109
119
[tool .semantic_release .branches ."major-dev" ]
110
120
match = " \\ d+\\ .0\\ .0-dev"
111
121
prerelease = true
112
- prerelease_token = " alpha "
122
+ prerelease_token = " rc "
You can’t perform that action at this time.
0 commit comments