Skip to content

Commit

Permalink
updated bumbversion
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgWa committed Jul 19, 2023
1 parent 70fdf41 commit 2eea928
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions misc/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[bumpversion]
current_version = 1.1.0
commit = True
current_version = 1.2.0
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
serialize =
Expand All @@ -26,5 +26,7 @@ serialize =
[bumpversion:file:../release/one_click_windows_gui/create_installer_windows.sh]

[bumpversion:file:../release/one_click_windows_gui/alphadia_innoinstaller.iss]

[bumpversion:file:../gui/package.json]
search = {current_version}
replace = {new_version}

0 comments on commit 2eea928

Please sign in to comment.