Change GH Action Release to grab CHANGELOG
This commit is contained in:
2
.github/workflows/release-create.yml
vendored
2
.github/workflows/release-create.yml
vendored
@@ -367,7 +367,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
tag_name: ${{ steps.debug_info.outputs.github_tag }}
|
tag_name: ${{ steps.debug_info.outputs.github_tag }}
|
||||||
release_name: ${{ steps.debug_info.outputs.release_name }}
|
release_name: ${{ steps.debug_info.outputs.release_name }}
|
||||||
body_path: RELEASENOTES.md
|
body_path: CHANGELOG.md
|
||||||
# draft: true
|
# draft: true
|
||||||
if: contains(github.ref, 'OverworldShuffle') && contains(github.event.head_commit.message, 'Version bump') # branch/tag name and commit message
|
if: contains(github.ref, 'OverworldShuffle') && contains(github.event.head_commit.message, 'Version bump') # branch/tag name and commit message
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user