Skip to content

Commit

Permalink
CI: add custom changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
devgianlu committed Oct 12, 2023
1 parent 36295eb commit db42407
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,14 @@ jobs:
name: binaries
path: /tmp/out

- name: Build changelog
uses: mikepenz/release-changelog-builder-action@v3
id: changelog
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Release binaries
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
body: ${{ steps.changelog.outputs.changelog }}
files: /tmp/out/*

0 comments on commit db42407

Please sign in to comment.