Skip to content

Commit

Permalink
fix: remove CONTRIBUTING.md from bump2version config (#179)
Browse files Browse the repository at this point in the history
Signed-off-by: Phil Adams <phil_adams@us.ibm.com>
  • Loading branch information
padamstx committed Feb 24, 2023
1 parent e8e20a3 commit 4d610bb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ replace = __VERSION__ = "{new_version}"
search = {current_version}
replace = {new_version}

[bumpversion:file:CONTRIBUTING.md]
parse = (?P<major>\d+)
serialize = {major}
search = v{current_version}
replace = v{new_version}

[bumpversion:file:Authentication.md]
parse = (?P<major>\d+)
serialize = {major}
Expand Down

0 comments on commit 4d610bb

Please sign in to comment.