-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrelease-template.hbs
60 lines (50 loc) · 1.93 KB
/
release-template.hbs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
---
name: New Release
about: Tracking issue for new releases
title: "Release Checklist: {{network}} {{version}}"
labels: a-release
---
## New Release Details:
- Scope: Runtime Release
- Network: {{network}}
- Version: {{version}}
- Runtime Version: {{runtime}}
- Release Branch: [{{new_branch}}](https://github.com/AcalaNetwork/Acala/tree/{{new_branch}})
- Diff: https://github.com/AcalaNetwork/Acala/compare/{{previous_branch}}...{{new_branch}}
- ORML version: [{{orml_version}}](https://github.com/open-web3-stack/open-runtime-module-library/tree/{{orml_version}})
- Diff: https://github.com/open-web3-stack/open-runtime-module-library/compare/{{previous_orml_version}}...{{orml_version}}
- srtool details:
```
{{{srtool_details}}}
```
- subwasm info
```
{{{subwasm_info}}}
```
- Wasm: {{wasm_ipfs}}
- Previous Release: https://github.com/AcalaNetwork/Acala/releases/tag/{{previous_tag}}
## Checklist
- [ ] Verify `spec_version` has been incremented since the last release.
- Current version: {{runtime}}
- Last version: {{previous_runtime}}
- [ ] Verify completed migrations are removed from any public networks.
- [ ] Review subwasm diff
- [ ] Verify extrinsic ordering has stayed the same. Bump `transaction_version` if not.
- [ ] ORML
- [ ] Substrate
- [ ] Cumulus
- [ ] Polkadot
- [ ] Acala
- [ ] Verify new extrinsics have been correctly whitelisted/blacklisted for proxy filters.
- [ ] Verify benchmarks & weights have been updated for any modified runtime logics.
- [ ] Verify we included all the necessary migrations.
- [ ] ORML
- [ ] Substrate
- [ ] Cumulus
- [ ] Polkadot
- [ ] Acala
- [ ] Verify new migrations complete successfully and the runtime state is correctly updated for any public networks.
- [ ] Verify the execution time to perform runtime upgrade with {{network}} onchain data.
- [ ] Ensure WASM is reproducible
- `make srtool-build-wasm-{{chain}}`
- [ ] Check new Github release is created with release logs.