Skip to content

Commit 62b2ae0

Browse files
authored
Merge pull request #16326 from argotorg/update-release-checklist
Update release checklist with docker login info
2 parents 3cd817c + ec00d77 commit 62b2ae0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ReleaseChecklist.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ At least a day before the release:
4242
- [ ] Get the posts reviewed and approved **before the release starts**.
4343

4444
### Changelog
45+
- [ ] Ensure that all changelog entries are correctly classified as language or compiler features.
4546
- [ ] Sort the changelog entries alphabetically and correct any errors you notice. Commit it.
4647
- [ ] Update the changelog to include a release date.
4748
- [ ] Run `scripts/update_bugs_by_version.py` to regenerate `bugs_by_version.json` from the changelog and `bugs.json`.
@@ -76,6 +77,7 @@ At least a day before the release:
7677

7778
### Docker
7879
- [ ] Make sure `docker-buildx` is installed.
80+
- [ ] Run `echo $GHCR_TOKEN | docker login ghcr.io --username $GH_USERNAME --password-stdin` where `$GH_USERNAME` is your GitHub username and `$GHCR_TOKEN` is a PAT with `write:packages` scope.
7981
- [ ] Run `./scripts/docker_deploy_manual.sh v$VERSION`.
8082

8183
### Release solc-js

0 commit comments

Comments
 (0)