mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-21 22:43:52 +00:00
github: load release note from file
This commit is contained in:
parent
0a2b34b32c
commit
a3b0c4c458
11
.github/workflows/release.yml
vendored
11
.github/workflows/release.yml
vendored
|
@ -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
7
doc/release/v1.20.0.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
## Fixes
|
||||
|
||||
-
|
||||
|
||||
## Features
|
||||
|
||||
-
|
Loading…
Reference in New Issue
Block a user