Skip to content

Commit 93eb520

Browse files
Created files for easier testing
1 parent 4520a33 commit 93eb520

File tree

4 files changed

+597
-1
lines changed

4 files changed

+597
-1
lines changed

.bumpversion.cfg

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,11 @@ replace = v{new_version}
1515
[bumpversion:file:cloudformation.json]
1616
search = v{current_version}
1717
replace = v{new_version}
18+
19+
[bumpversion:file:cloudformation-no-trail.json]
20+
search = v{current_version}
21+
replace = v{new_version}
22+
23+
[bumpversion:file:cloudformation-test.json]
24+
search = v{current_version}
25+
replace = v{new_version}

cloudformation-no-trail.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"Version" : {
7272
"Type" : "String",
7373
"Description" : "The version of the integration you want installed.",
74-
"Default" : "v1.2.0"
74+
"Default" : "v1.2.1"
7575
}
7676
},
7777
"Conditions" : {

0 commit comments

Comments
 (0)