Change GH Action Release to grab CHANGELOG

This commit is contained in:
codemann8
2024-05-30 22:54:45 -05:00
parent 9ea1cb47c7
commit 68ee8262ea

View File

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