testing create-release-notes
This commit is contained in:
@@ -74,6 +74,12 @@ jobs:
|
|||||||
cat << "EOF"
|
cat << "EOF"
|
||||||
${{ steps.changelog.outputs.changelog }}
|
${{ steps.changelog.outputs.changelog }}
|
||||||
EOF
|
EOF
|
||||||
|
echo ${{ steps.changelog.outputs.changelog }}
|
||||||
|
- name: Create release notes
|
||||||
|
uses: johnyherangi/create-release-notes@main
|
||||||
|
id: create-release-notes
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Create release
|
- name: Create release
|
||||||
id: create_release
|
id: create_release
|
||||||
@@ -82,7 +88,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
tag_name: ${{ env.VERSION }}
|
tag_name: ${{ env.VERSION }}
|
||||||
release_name: Release ${{ env.VERSION }}
|
release_name: Release ${{ env.VERSION }}
|
||||||
body: ${{ steps.changelog.outputs.changelog }}
|
body: ${{ steps.create-release-notes.outputs.release-notes }}
|
||||||
draft: false
|
draft: false
|
||||||
prerelease: false
|
prerelease: false
|
||||||
make_latest: true
|
make_latest: true
|
||||||
|
|||||||
Reference in New Issue
Block a user