Skip to content

Commit

Permalink
Improve release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Jun 24, 2024
1 parent d256a10 commit 9dca036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: |
echo "See the [changelog](https://github.com/${GITHUB_REPOSITORY}/blob/${GITHUB_REF_NAME}/CHANGELOG.md) for details." >> notes.md
echo "See also the [changelog](https://github.com/${GITHUB_REPOSITORY}/blob/${GITHUB_REF_NAME}/CHANGELOG.md) for details." >> notes.md
gh release create "${GITHUB_REF_NAME}" --notes-file=notes.md --draft
env:
Expand Down

0 comments on commit 9dca036

Please sign in to comment.