Skip to content

Commit

Permalink
Add bumpversion config
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewegel committed Nov 17, 2020
1 parent 7b15e2a commit 15a5ea4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[bumpversion]
current_version = 5.5.0
commit = true
message = Bump Version: {current_version} → {new_version}
tag = false
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize =
{major}.{minor}.{patch}

[bumpversion:glob:**/values.yaml]

[bumpversion:glob:examples/*.yaml]

[bumpversion:glob:**/README.md]

0 comments on commit 15a5ea4

Please sign in to comment.