Update release automation to include changelog in release body and clean up .gitignore

This commit is contained in:
CodeDevMLH
2026-01-07 00:56:48 +01:00
parent b8a0c7f589
commit 561a4254b2
2 changed files with 1 additions and 3 deletions

View File

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

@@ -4,7 +4,5 @@ obj/
.idea/
artifacts
example-plugins/
*.md
!README.md