forked from splunk/observability-workshop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.bumpversion.cfg
30 lines (24 loc) · 889 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
25
26
27
28
29
30
[bumpversion]
current_version = 4.91
commit = True
Tag = True
parse = v?(?P<major>\d+)\.(?P<minor>\d+)
serialize = {major}.{minor}
tag_message = "Version {new_version}"
message = Releasing v{new_version}
[bumpversion:file:VERSION]
[bumpversion:file:workshop/cloud-init/victorops.yaml]
search = WSVERSION={current_version}
replace = WSVERSION={new_version}
[bumpversion:file:workshop/aws/ec2/terraform.tfvars.template]
search = wsversion = "{current_version}"
replace = wsversion = "{new_version}"
[bumpversion:file:multipass/terraform.tfvars.template]
replace = wsversion = "{new_version}"
search = wsversion = "{current_version}"
[bumpversion:file:multipass/main.tf]
search = default = "{current_version}"
replace = default = "{new_version}"
[bumpversion:file:workshop/aws/ec2/variables.tf]
search = default = "{current_version}"
replace = default = "{new_version}"