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 d2ac496 commit eb7ecf5Copy full SHA for eb7ecf5
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.5.2
+current_version = 1.5.3
3
commit = False
4
tag = False
5
.github/workflows/release.yaml
@@ -43,6 +43,6 @@ jobs:
43
tag_name: v${{ env.THIS_VERSION }}
44
release_name: Release v${{ env.THIS_VERSION }}
45
body: |-
46
- ${{ github.event.head_commit.message }}
+ `${{ github.event.head_commit.message }}`
47
draft: false
48
prerelease: false
cfn/main.template
@@ -3,7 +3,7 @@ AWSTemplateFormatVersion: "2010-09-09"
Description: Creates AWS infrastructure to deploy DMS solution. (uksb-1ppahhhui)
Metadata:
6
- Version: 1.5.2
+ Version: 1.5.3
7
8
AWS::CloudFormation::Interface:
9
ParameterGroups:
0 commit comments