We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac95cbc commit f21d3c4Copy full SHA for f21d3c4
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.5
+current_version = 1.5.0
3
commit = False
4
tag = False
5
.github/workflows/release.yaml
@@ -3,7 +3,7 @@ name: Release Version
on:
push:
branches:
6
- - main
+ - master
7
jobs:
8
release:
9
name: Release Version
cfn/main.template
@@ -3,7 +3,7 @@ AWSTemplateFormatVersion: "2010-09-09"
Description: Creates AWS infrastructure to deploy DMS solution. (uksb-1ppahhhui)
Metadata:
- Version: 1.5
+ Version: 1.5.0
AWS::CloudFormation::Interface:
ParameterGroups:
0 commit comments