Skip to content

Commit

Permalink
[#513] use more fine-grained search & replace for README's
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonny Bakker committed Jan 9, 2025
1 parent faec711 commit 549d168
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
[bumpversion]
commit = False
tag = False
current_version = 2.5.0
current_version = 3.0.0

[bumpversion:file:README.rst]
search = :Version: {current_version}
replace = :Version: {new_version}

[bumpversion:file:README.NL.rst]
search = :Version: {current_version}
replace = :Version: {new_version}

[bumpversion:file:package.json]
search = "version": "{current_version}",
Expand Down

0 comments on commit 549d168

Please sign in to comment.