Skip to content

Commit

Permalink
Use changelog file when creating GitHub releases
Browse files Browse the repository at this point in the history
  • Loading branch information
prymitive committed Mar 22, 2024
1 parent d14c85f commit 285e020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
uses: goreleaser/goreleaser-action@v5
with:
args: release --clean
args: release --clean --release-notes docs/changelog.md
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 285e020

Please # to comment.