generated from BrianPugh/python-template
-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
.bumpversion.cfg
24 lines (19 loc) · 912 Bytes
/
.bumpversion.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[bumpversion]
current_version = 1.6.0
commit = True
tag = True
[bumpversion:file:README.md]
search = "https://github.com/BrianPugh/tamp/releases/download/v{current_version}/tamp-{current_version}-mpy1.23-armv6m.mpy"
replace = "https://github.com/BrianPugh/tamp/releases/download/v{new_version}/tamp-{new_version}-mpy1.23-armv6m.mpy"
[bumpversion:file:docs/source/Installation.rst]
search = "https://github.com/BrianPugh/tamp/releases/download/v{current_version}/tamp-{current_version}-mpy1.23-armv6m.mpy"
replace = "https://github.com/BrianPugh/tamp/releases/download/v{new_version}/tamp-{new_version}-mpy1.23-armv6m.mpy"
[bumpversion:file:package.json]
search = "{current_version}"
replace = "{new_version}"
[bumpversion:file:package-compressor.json]
search = "{current_version}"
replace = "{new_version}"
[bumpversion:file:package-decompressor.json]
search = "{current_version}"
replace = "{new_version}"