github: load release note from file

This commit is contained in:
c9s 2021-12-06 22:55:42 +08:00
parent 0a2b34b32c
commit a3b0c4c458
2 changed files with 13 additions and 5 deletions

View File

@ -38,11 +38,12 @@ jobs:
with:
tag_name: ${{ github.ref }}
release_name: BBGO ${{ github.ref }}
# body_path: doc/release/${{ github.ref }}.md
body: |
TODO: Fill changes in this Release
- First Change
- Second Change
body_path: doc/release/${{ github.ref }}.md
# body: |
# ## Features
# - PR - title
# ## Fixes
# - (commit hash) title
draft: true
prerelease: false
- name: Upload slim Linux amd64

7
doc/release/v1.20.0.md Normal file
View File

@ -0,0 +1,7 @@
## Fixes
-
## Features
-