client v0.37.2 release
github-actions opened this issue · 0 comments
github-actions commented
Requirements
- Ready for release
Pre-Release
- Create branch
perm-v0.37.2
against previous client git tag. - In the branch
perm-v0.37.2
, bump client version to v0.37.2.
Release
- Tag
perm-v0.37.2
with v0.37.2 and push to github. - Start the github action Publish Binary Draft with v0.37.1 => v0.37.2
(master branch).gh workflow run "Publish Binary Draft" -r 'master' -f from=runtime-v0.37.1 -f to=runtime-v0.37.2
- Review the generated Draft and clean a bit the messages if needed (keep it draft).
- Update moonbeam-networks stagenet (moonsama/moonlama) config.json to include:
"binaries": [
{
"docker": "moonbeamfoundation/moonbeam:v0.37.2-rc",
"path": "/moonbeam/moonbeam",
"name": "moonbeam"
},
{
"docker": "moonbeamfoundation/moonbeam:v0.37.2-rc",
"path": "/moonbeam/moonbeam-skylake",
"name": "moonbeam-skylake"
}
]
(matching your v0.37.2 tag) and increase the config version + 1.
- Test the new client on stagenet (moonsama/moonlama).
- Publish the client release draft.
- When everything is ok, publish the new docker image: start github action Publish Docker
with v0.37.2. - Publish the new tracing image: on repo moonbeam-runtime-overrides, start github action
Publish Docker with v0.37.2 and master.