Skip to content

Commit

Permalink
Merge pull request #925 from cloudflare/changelog
Browse files Browse the repository at this point in the history
Use changelog file when creating GitHub releases
  • Loading branch information
prymitive authored Mar 22, 2024
2 parents 685d77b + 285e020 commit cc4ae78
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 cc4ae78

Please # to comment.