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
|
||||
|
||||
2
.gitignore
vendored
2
.gitignore
vendored
@@ -4,7 +4,5 @@ obj/
|
||||
.idea/
|
||||
artifacts
|
||||
|
||||
example-plugins/
|
||||
|
||||
*.md
|
||||
!README.md
|
||||
Reference in New Issue
Block a user