Skip to content

Commit

Permalink
Merge pull request #176 from sbesson/sign_tags
Browse files Browse the repository at this point in the history
Set sign_tags to True by default in .bumpversion.cfg
  • Loading branch information
sbesson authored Jun 16, 2020
2 parents ec07fe5 + 2a4ac80 commit 6319d6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
current_version = 5.6.4.dev0
commit = True
tag = True
sign_tags = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<build>\d+))?
serialize =
{major}.{minor}.{patch}.{release}{build}
Expand Down

0 comments on commit 6319d6c

Please sign in to comment.