Skip to content

Commit

Permalink
Add upgrade priority in release note template (paritytech#435)
Browse files Browse the repository at this point in the history
* Add upgrade priority in release note template

* Others
  • Loading branch information
liuchengxu authored Jan 4, 2021
1 parent 97bc787 commit e315128
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/ci/generate_release_note.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
import json
env = json.load(open('srtool_output.json'))
message = f"""
Upgrade priority:
- [ ] **Medium** (upgrade at your earliest convenience)
- [ ] **High** (upgrade ASAP)
WASM runtime built with [srtool](https://hub.docker.com/r/chainxorg/srtool) using `{env['rustc']}`.
chainx runtime proposal hash: `{env['prop']}`.
Expand All @@ -12,5 +17,6 @@
##### Runtime
##### Others
"""
print(message)

0 comments on commit e315128

Please sign in to comment.