Skip to content

Commit

Permalink
Release process tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
stiiifff committed Jan 21, 2025
1 parent b2b1bde commit c3ee41d
Show file tree
Hide file tree
Showing 3 changed files with 5 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"
4 changes: 2 additions & 2 deletions tools/github/print-client-release-issue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ async function main() {
- [ ] 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 ${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 c3ee41d

Please sign in to comment.