Skip to content

Commit c64c747

Browse files
authored
Merge pull request #1 from mesak/feat/auto-generate-release-notes
啟用自動產生版本發行說明
2 parents 31c552e + 7f31896 commit c64c747

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

.github/workflows/version-release.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -110,23 +110,11 @@ jobs:
110110
path: release-artifacts
111111

112112
- name: Create GitHub Release
113-
uses: softprops/action-gh-release@v1
113+
uses: softprops/action-gh-release@v2
114114
with:
115115
tag_name: v${{ needs.check-version.outputs.version }}
116116
name: Release v${{ needs.check-version.outputs.version }}
117-
body: |
118-
# PHP TOON Extension v${{ needs.check-version.outputs.version }}
119-
120-
## Release Date
121-
${{ github.event.head_commit.timestamp }}
122-
123-
## Key Features
124-
- ✅ Production Ready
125-
- ✅ All 29 Tests Pass (100%)
126-
- ✅ Performance Optimized
127-
128-
## What's New
129-
View the [git log](../../compare/$(git describe --tags --abbrev=0 HEAD^)...v${{ needs.check-version.outputs.version }}) for changes in this release.
117+
generate_release_notes: true
130118
files: release-artifacts/**/*.so
131119
draft: false
132120
prerelease: false

0 commit comments

Comments
 (0)