mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2026-04-07 07:59:24 +00:00
feat: add release notes to output
This commit is contained in:
parent
9786c4206e
commit
a56320d643
5 changed files with 8 additions and 2 deletions
1
.github/workflows/testRelease.yml
vendored
1
.github/workflows/testRelease.yml
vendored
|
|
@ -36,4 +36,5 @@ jobs:
|
|||
echo ${{ steps.semantic.outputs.new_release_major_version }}
|
||||
echo ${{ steps.semantic.outputs.new_release_minor_version }}
|
||||
echo ${{ steps.semantic.outputs.new_release_patch_version }}
|
||||
echo ${{ steps.semantic.outputs.new_release_notes }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue