Skip to content

Commit

Permalink
update default release body.
Browse files Browse the repository at this point in the history
  • Loading branch information
levalup committed Jun 16, 2024
1 parent 347ec4a commit 57a9114
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ jobs:

- name: Package project files
if: success()
run: |
zip -r archives.zip examples/ include/ tests/ CHANGELOG.md CMakeLists.txt LICENSE README.md
run: >
zip -r archives.zip
examples/ include/ tests/ CHANGELOG.md CMakeLists.txt LICENSE README.md
- name: Get the tag name
if: success()
Expand All @@ -34,7 +35,7 @@ jobs:
with:
tag_name: ${{ steps.get_tag.outputs.TAG }}
release_name: Release ${{ steps.get_tag.outputs.TAG }}
body: |
body: >
See the
[CHANGELOG](${{ github.server_url }}/${{ github.repository }}/blob/${{ steps.get_tag.outputs.TAG }}/CHANGELOG.md)
for details on this release.
Expand Down

0 comments on commit 57a9114

Please sign in to comment.