Skip to content

Commit

Permalink
Don't print the release notes body
Browse files Browse the repository at this point in the history
- I did so because I suspected the Markdown wasn't being extracted from the changelog correctly
- But that suspicion was wrong.
  • Loading branch information
JesseTG committed Oct 19, 2024
1 parent aee7a18 commit 08862a8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,6 @@ jobs:
# The .info file doesn't vary by platform, so we only need to upload one
if-no-files-found: error

# TODO: Format the changelog lines so that my use of sembr doesn't make it look weird
- name: Print Release Notes Body
run: echo "${{ needs.check-release-version.outputs.release-notes }}"

- name: Create Release
uses: softprops/action-gh-release@v2
if: "${{ !inputs.dry-run }}"
Expand Down

0 comments on commit 08862a8

Please sign in to comment.