You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ReleaseChecklist.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,7 @@ At least a day before the release:
42
42
-[ ] Get the posts reviewed and approved **before the release starts**.
43
43
44
44
### Changelog
45
+
-[ ] Ensure that all changelog entries are correctly classified as language or compiler features.
45
46
-[ ] Sort the changelog entries alphabetically and correct any errors you notice. Commit it.
46
47
-[ ] Update the changelog to include a release date.
47
48
-[ ] 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:
76
77
77
78
### Docker
78
79
-[ ] 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.
79
81
-[ ] Run `./scripts/docker_deploy_manual.sh v$VERSION`.
0 commit comments