Skip to content

Commit

Permalink
ci: generate release notes for Github release
Browse files Browse the repository at this point in the history
  • Loading branch information
Heikki Ketoharju committed Mar 3, 2024
1 parent 1cfc025 commit c149bbb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/create-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@ jobs:
run: make deb
- name: create a Shiv bundle
run: make bundle
- name: generate release notes for the latest release
run: git-cliff --latest > release-notes.txt
- name: create a github release
run: gh release create $VERSION --generate-notes bin/*.deb
run: gh release create $VERSION --generate-notes --notes-file release-notes.txt bin/*

0 comments on commit c149bbb

Please sign in to comment.