Skip to content

Commit eb7ecf5

Browse files
committed
Use markdown for commit message
1 parent d2ac496 commit eb7ecf5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.5.2
2+
current_version = 1.5.3
33
commit = False
44
tag = False
55

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ jobs:
4343
tag_name: v${{ env.THIS_VERSION }}
4444
release_name: Release v${{ env.THIS_VERSION }}
4545
body: |-
46-
${{ github.event.head_commit.message }}
46+
`${{ github.event.head_commit.message }}`
4747
draft: false
4848
prerelease: false

cfn/main.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ AWSTemplateFormatVersion: "2010-09-09"
33
Description: Creates AWS infrastructure to deploy DMS solution. (uksb-1ppahhhui)
44

55
Metadata:
6-
Version: 1.5.2
6+
Version: 1.5.3
77

88
AWS::CloudFormation::Interface:
99
ParameterGroups:

0 commit comments

Comments
 (0)