File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ template: |
44 # What's Changed
55
66 $CHANGES
7+
8+ **Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...$RESOLVED_VERSION
9+
710categories :
811 - title : ' New Features'
912 labels :
@@ -14,7 +17,7 @@ categories:
1417 - ' bug'
1518 - ' fix'
1619 - title : ' Maintenance'
17- label :
20+ labels :
1821 - ' ci'
1922 - ' chore'
2023 - ' perf'
@@ -27,7 +30,6 @@ categories:
2730 label : ' dependencies'
2831exclude-labels :
2932 - ' skip-changelog'
30- change-template : ' * $TITLE (#$NUMBER)'
3133version-resolver :
3234 major :
3335 labels :
Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ jobs:
3737 if : github.event.inputs.version == null
3838 run : echo "RELEASE_VERSION=${{ steps.candidate-version.outputs.result }}" >> $GITHUB_ENV
3939
40- - name : Set up JDK 8
40+ - name : Set up JDK 21
4141 uses : actions/setup-java@v4
4242 with :
4343 distribution : ' zulu'
44- java-version : 8
44+ java-version : 21
4545
4646 - name : Checkout
4747 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments