File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,13 @@ jobs:
20
20
- name : Checkout code
21
21
uses : actions/checkout@v3
22
22
23
-
24
- - name : Extract release notes
25
- id : extract-release-notes
26
- uses : ffurrer2/extract-release-notes@v1
27
-
28
-
23
+ - name : Extract release notes from changelog
24
+ id : changelog_reader
25
+ uses : mindsers/changelog-reader-action@v2
26
+ with :
27
+ validation_level : warn
28
+ version : ${{ env.VERSION }}
29
+ path : ./CHANGELOG.md
29
30
30
31
- name : Compile and Build JAR
31
32
run : |
47
48
with :
48
49
tag_name : ${{ github.ref }}
49
50
release_name : ${{ github.ref_name }}
50
- body : ${{ steps.extract-release-notes.outputs.release_notes }}
51
-
52
-
51
+ body : ${{ steps.changelog_reader.outputs.changes }}
53
52
54
53
- name : Attach JAR to Release
55
54
uses : actions/upload-release-asset@v1
You can’t perform that action at this time.
0 commit comments