Skip to content

Commit 2c95542

Browse files
authored
Merge pull request #185 from domaframework/ci/release
Improve the release process
2 parents 469efb5 + 5fb0dbe commit 2c95542

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/release-drafter.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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+
710
categories:
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'
2831
exclude-labels:
2932
- 'skip-changelog'
30-
change-template: '* $TITLE (#$NUMBER)'
3133
version-resolver:
3234
major:
3335
labels:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)