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: |
4
4
# What's Changed
5
5
6
6
$CHANGES
7
+
8
+ **Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...$RESOLVED_VERSION
9
+
7
10
categories :
8
11
- title : ' New Features'
9
12
labels :
@@ -14,7 +17,7 @@ categories:
14
17
- ' bug'
15
18
- ' fix'
16
19
- title : ' Maintenance'
17
- label :
20
+ labels :
18
21
- ' ci'
19
22
- ' chore'
20
23
- ' perf'
@@ -27,7 +30,6 @@ categories:
27
30
label : ' dependencies'
28
31
exclude-labels :
29
32
- ' skip-changelog'
30
- change-template : ' * $TITLE (#$NUMBER)'
31
33
version-resolver :
32
34
major :
33
35
labels :
Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ jobs:
37
37
if : github.event.inputs.version == null
38
38
run : echo "RELEASE_VERSION=${{ steps.candidate-version.outputs.result }}" >> $GITHUB_ENV
39
39
40
- - name : Set up JDK 8
40
+ - name : Set up JDK 21
41
41
uses : actions/setup-java@v4
42
42
with :
43
43
distribution : ' zulu'
44
- java-version : 8
44
+ java-version : 21
45
45
46
46
- name : Checkout
47
47
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments