forked from NatLabRockies/GEOPHIRES-X
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.bumpversion.cfg
More file actions
28 lines (22 loc) · 737 Bytes
/
.bumpversion.cfg
File metadata and controls
28 lines (22 loc) · 737 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[bumpversion]
current_version = 3.4.22
commit = True
tag = True
[bumpversion:file:setup.py]
search = version='{current_version}'
replace = version='{new_version}'
[bumpversion:file (badge):README.rst]
search = /v{current_version}.svg
replace = /v{new_version}.svg
[bumpversion:file (link):README.rst]
search = /v{current_version}...main
replace = /v{new_version}...main
[bumpversion:file:docs/conf.py]
search = version = release = '{current_version}'
replace = version = release = '{new_version}'
[bumpversion:file:src/geophires_x/__init__.py]
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'
[bumpversion:file:.cookiecutterrc]
search = version: {current_version}
replace = version: {new_version}