Skip to content

Commit 38e2dfc

Browse files
abalogh2Torokzoliii
andcommitted
feat(release): fix release flow
Ticket-id: EM-9913 Co-authored-by: ztorok <zoltan.torok@emarsys.com>
1 parent 13f5036 commit 38e2dfc

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

setup.cfg

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
[semantic_release]
22
version_variable=setup.py:__version__
33
branch=release
4-
upload_to_pypi=true
4+
upload_to_pypi=true
5+
commit_version_number=true
6+
commit_message=chore(release): {version}
7+
8+
[semantic_release:commit_parser_options]
9+
allowed_tags=feat,fix,perf,docs,style,refactor,test,build,ci,chore
10+
major_tags=breaking
11+
minor_tags=feat
12+
patch_tags=fix,perf

0 commit comments

Comments
 (0)