Skip to content

Commit

Permalink
Created files for easier testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Suzanna-Volkov committed Jan 12, 2021
1 parent 4520a33 commit 93eb520
Show file tree
Hide file tree
Showing 4 changed files with 597 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,11 @@ replace = v{new_version}
[bumpversion:file:cloudformation.json]
search = v{current_version}
replace = v{new_version}

[bumpversion:file:cloudformation-no-trail.json]
search = v{current_version}
replace = v{new_version}

[bumpversion:file:cloudformation-test.json]
search = v{current_version}
replace = v{new_version}
2 changes: 1 addition & 1 deletion cloudformation-no-trail.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"Version" : {
"Type" : "String",
"Description" : "The version of the integration you want installed.",
"Default" : "v1.2.0"
"Default" : "v1.2.1"
}
},
"Conditions" : {
Expand Down
Loading

0 comments on commit 93eb520

Please sign in to comment.