mirror of
https://github.com/AkiChase/scrcpy-mask
synced 2024-11-09 01:31:20 +08:00
feat(publish): update release template
This commit is contained in:
parent
e380e19118
commit
8893bc86f2
19
.github/workflows/publish.yml
vendored
19
.github/workflows/publish.yml
vendored
@ -61,7 +61,24 @@ jobs:
|
||||
with:
|
||||
tagName: "v__VERSION__"
|
||||
releaseName: "Scrcpy Mask v__VERSION__"
|
||||
releaseBody: "Add release notes here."
|
||||
releaseBody: |
|
||||
## 更新说明
|
||||
|
||||
本次更新主要新增了...
|
||||
|
||||
本次更新主要修复了...
|
||||
|
||||
---
|
||||
|
||||
## Update Notice
|
||||
|
||||
...
|
||||
|
||||
---
|
||||
|
||||
## Commits
|
||||
|
||||
...
|
||||
releaseDraft: true
|
||||
prerelease: false
|
||||
args: ${{ matrix.args }}
|
||||
|
Loading…
Reference in New Issue
Block a user