Skip to content

Commit

Permalink
feat(versioning): commit and tag version
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyaurel committed Aug 7, 2020
1 parent 932154a commit 5af1e97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
current_version = 1.0.0
commit = False
tag = False
commit = True
tag = 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 5af1e97

Please sign in to comment.