File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 1.5.1
2
+ current_version = 1.5.2
3
3
commit = False
4
4
tag = False
5
5
Original file line number Diff line number Diff line change 42
42
with :
43
43
tag_name : v${{ env.THIS_VERSION }}
44
44
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 }}
47
47
draft : false
48
48
prerelease : false
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ AWSTemplateFormatVersion: "2010-09-09"
3
3
Description: Creates AWS infrastructure to deploy DMS solution. (uksb-1ppahhhui)
4
4
5
5
Metadata:
6
- Version: 1.5.1
6
+ Version: 1.5.2
7
7
8
8
AWS::CloudFormation::Interface:
9
9
ParameterGroups:
You can’t perform that action at this time.
0 commit comments