forked from plus3it/terraform-aws-watchmaker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.bumpversion.cfg
More file actions
22 lines (18 loc) · 738 Bytes
/
.bumpversion.cfg
File metadata and controls
22 lines (18 loc) · 738 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[bumpversion]
current_version = 2.2.0
commit = True
message = Bumps version to {new_version}
tag = False
tag_name = {new_version}
[bumpversion:file:modules/lx-autoscale/watchmaker-lx-autoscale.template.cfn.yaml]
search = Version: {current_version}
replace = Version: {new_version}
[bumpversion:file:modules/lx-instance/watchmaker-lx-instance.template.cfn.yaml]
search = Version: {current_version}
replace = Version: {new_version}
[bumpversion:file:modules/win-autoscale/watchmaker-win-autoscale.template.cfn.yaml]
search = Version: {current_version}
replace = Version: {new_version}
[bumpversion:file:modules/win-instance/watchmaker-win-instance.template.cfn.yaml]
search = Version: {current_version}
replace = Version: {new_version}