feat: add release notes to output

This commit is contained in:
Maarten Van Hoof 2020-03-15 09:47:43 +01:00
parent 9786c4206e
commit a56320d643
5 changed files with 8 additions and 2 deletions

View file

@ -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 }}