Skip to content

Commit

Permalink
Don't display changelog in releases
Browse files Browse the repository at this point in the history
CHANGELOG.md is displayed as is and it's an ugly wall of text that is
shown in every release. I'll just add the release notes by hand moving
forward.
  • Loading branch information
grtcdr committed Oct 29, 2024
1 parent 8e0d6af commit 3425295
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/macchina-release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
uses: actions/checkout@v2
- name: Create Release
uses: softprops/action-gh-release@v1
with:
body_path: CHANGELOG.md
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
publish:
Expand Down

0 comments on commit 3425295

Please sign in to comment.