Skip to content

Commit

Permalink
ci(release): add nice rel
Browse files Browse the repository at this point in the history
Signed-off-by: Josef Andersson <[email protected]>
  • Loading branch information
janderssonse committed Feb 3, 2025
1 parent 27006a7 commit b302497
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/workflows/release-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,15 @@ jobs:
java-version: 21
distribution: 'temurin'
cache: 'maven'


- name: Generate Releasenotes
uses: orhun/git-cliff-action@4a4a951bc43fafe41cd2348d181853f52356bee7 # v4
with:
args: --latest
env:
OUTPUT: ReleasenotesTmp
GITHUB_REPO: ${{ github.repository }}

- name: Release with JReleaser
env:
Expand Down
2 changes: 1 addition & 1 deletion jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ release:
branch: main
changelog:
enabled: true
external: CHANGELOG.md
external: ReleasenotesTmp

checksum:
algorithms:
Expand Down

0 comments on commit b302497

Please sign in to comment.