File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,18 @@ jobs:
12
12
steps :
13
13
- name : Checkout code
14
14
uses : actions/checkout@v3
15
+ - name : Changelog
16
+ uses : scottbrenner/generate-changelog-action@master
17
+ id : Changelog
18
+ env :
19
+ REPO : ${{ github.repository }}
15
20
- name : Create Release
16
21
uses : actions/create-release@v1
17
22
with :
18
23
tag_name : ${{ github.ref }}
19
24
release_name : Release ${{ github.ref }}
25
+ body : |
26
+ ${{ steps.Changelog.outputs.changelog }}
20
27
21
28
Deploy-To-Prod :
22
29
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ apply plugin: "org.sonatype.gradle.plugins.scan"
59
59
apply plugin : " base"
60
60
61
61
group = ' com.example'
62
- version = " 1.6.3 -${ build_target} "
62
+ version = " 1.6.4 -${ build_target} "
63
63
64
64
sourceCompatibility = " ${ sourceJdkVersion} "
65
65
targetCompatibility = " ${ targetJdkVersion} "
You can’t perform that action at this time.
0 commit comments