Skip to content

Commit db42407

Browse files
committed
CI: add custom changelog
1 parent 36295eb commit db42407

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,14 @@ jobs:
179179
name: binaries
180180
path: /tmp/out
181181

182+
- name: Build changelog
183+
uses: mikepenz/release-changelog-builder-action@v3
184+
id: changelog
185+
env:
186+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
187+
182188
- name: Release binaries
183189
uses: softprops/action-gh-release@v1
184-
if: startsWith(github.ref, 'refs/tags/')
185190
with:
191+
body: ${{ steps.changelog.outputs.changelog }}
186192
files: /tmp/out/*

0 commit comments

Comments
 (0)