File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,10 @@ search = /v{current_version}...main
30
30
replace = /v{new_version}...main
31
31
32
32
[bumpversion:file:docs/conf.py]
33
- search = version = release = ' {current_version}'
34
- replace = version = release = ' {new_version}'
33
+ search = version = ' {current_version}'
34
+ release = ' {current_version}'
35
+ replace = version = ' {new_version}'
36
+ release = ' {new_version}'
35
37
36
38
[bumpversion:file:src/geophires_x/__init__.py]
37
39
search = __version__ = ' {current_version}'
@@ -42,6 +44,4 @@ search = version: {current_version}
42
44
replace = version: {new_version}
43
45
44
46
[bumpversion:part:release]
45
- # This is a "virtual" part. It's not in the version string itself.
46
- # Its purpose is to enable the 'bumpversion release' command,
47
- # which will intelligently drop the pre-release suffix.
47
+ # Enables the 'bumpversion release' command to drop pre-release suffixes.
You can’t perform that action at this time.
0 commit comments