Update release automation to include changelog in release body and clean up .gitignore
This commit is contained in:
2
.github/workflows/release_automation.yml
vendored
2
.github/workflows/release_automation.yml
vendored
@@ -99,7 +99,7 @@ jobs:
|
||||
with:
|
||||
tag_name: "v${{ env.VERSION }}"
|
||||
name: "v${{ env.VERSION }}"
|
||||
# body: ${{ env.CHANGELOG }}
|
||||
body: ${{ env.CHANGELOG }}
|
||||
files: ${{ env.ZIP_PATH }}
|
||||
draft: false
|
||||
prerelease: false
|
||||
|
||||
Reference in New Issue
Block a user