-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update release checklist #1332
Update release checklist #1332
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #1332 +/- ##
=======================================
Coverage 92.36% 92.36%
=======================================
Files 202 202
Lines 38221 38221
=======================================
Hits 35301 35301
Misses 2920 2920
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@@ -24,7 +24,7 @@ The following checks can be performed after we have forked off to the release-ca | |||
|
|||
- [ ] Verify the new migrations complete successfully, and the runtime state is correctly updated for any public (non-private/test) networks. | |||
- [ ] Verify the SDK is up-to-date with the latest changes. | |||
- [ ] Push runtime upgrade to local clone of Battery Station and ensure the upgrade is executed without errors. | |||
- [ ] ~~Push runtime upgrade to local clone of Battery Station and ensure the upgrade is executed without errors.~~ Removed since integration tests do the upgrade tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should replace this with "Run integration tests." then. The way you've changed this, we now still have a box we have to tick every time we go through the checklist.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does it do?
Just a small correction according to the team lead communication.
What important points should reviewers know?
Is there something left for follow-up PRs?
What alternative implementations were considered?
Are there relevant PRs or issues?
References