Skip to content

Commit

Permalink
Release process tweaks (#3147)
Browse files Browse the repository at this point in the history
* Release process tweaks

* add glibc check

---------

Co-authored-by: Rodrigo Quelhas <[email protected]>
  • Loading branch information
stiiifff and RomarQ authored Jan 24, 2025
1 parent 1a0c3d4 commit 4e5478d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/subxt-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,6 @@ jobs:
branch: "runtime-diff-${{ github.event.inputs.spec_version }}"
commit-message: "runtime diff: v0.${{ github.event.inputs.spec_version }}.0"
draft: true
title: "Notorize runtime upgrade differences: runtime-${{ github.event.inputs.spec_version }}"
title: "Notarize runtime upgrade differences: runtime-${{ github.event.inputs.spec_version }}"
reviewers: "RomarQ,stiiifff"
labels: "B0-silent,D2-notlive"
5 changes: 3 additions & 2 deletions tools/github/print-client-release-issue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,12 @@ async function main() {
\`\`\`
(matching your ${newVersion} tag) and increase the config version + 1.
- [ ] Test the new client on stagenet (moonsama/moonlama).
- [ ] Check glibc version (eg. objdump -T <binary> | grep GLIBC | sed 's/.*GLIBC_\\([.0-9]*\).*/\\1/g' | sort -Vu)
- [ ] Publish the client release draft.
- [ ] When everything is ok, publish the new docker image: start github action Publish Docker
with ${newVersion}.
with ${newVersion} (!!! NOT before fully tested on stagenet !!!).
- [ ] Publish the new tracing image: on repo moonbeam-runtime-overrides, start github action
Publish Docker with ${newVersion} and master.
Publish Docker with ${newVersion} and master (!!! NOT before fully tested on stagenet !!!).
`;

// Detect if it's a major release or hotfix
Expand Down
3 changes: 2 additions & 1 deletion tools/github/print-runtime-release-issue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ with runtime-${previousVersion} => runtime-${newVersion}
- [ ] Upgrade stagenet
- [ ] Create new tracing image for partners: start the github action Publish Docker
with ${lastClientVersion} and master
- [ ] Upgrade alphanet
- [ ] Release comms
- [ ] Upgrade alphanet (!!! NOT before release comms / tracing images !!!)
- [ ] When everything is ok, publish the draft release
`;

Expand Down

0 comments on commit 4e5478d

Please sign in to comment.