Skip to content

Commit d2ac496

Browse files
committed
Add commit message to release
1 parent e693a89 commit d2ac496

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.1
2+
current_version = 1.5.2
33
commit = False
44
tag = False
55

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
tag_name: v${{ env.THIS_VERSION }}
4444
release_name: Release v${{ env.THIS_VERSION }}
45-
body: |
46-
See the CHANGELOG for a list of features included in this release
45+
body: |-
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.1
6+
Version: 1.5.2
77

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

0 commit comments

Comments
 (0)