Skip to content

Commit

Permalink
Update workflow to add release note details to each release
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Oct 17, 2023
1 parent 3cbf441 commit e83ed50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ jobs:
run: >
gh release create ${GITHUB_REF_NAME}
--title ${GITHUB_REF_NAME}
--notes-file doc/changes/changes_${GITHUB_REF_NAME}.md
dist/*

0 comments on commit e83ed50

Please sign in to comment.