From eb29890fc203588c2b78e00e61c31d89e198026c Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Thu, 10 Jul 2025 12:38:04 +0200 Subject: [PATCH] Update release instructions --- RELEASES.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index 14db36403..863d95074 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -61,16 +61,18 @@ We don't update the MSRV in a patch release, unless we really, really need to. ## Actual release I usually do this all on the `main` branch, but doing it in a release branch is also fine, as long as you remember to merge it into `main` later. -* [ ] Run `typos` +* [ ] run `typos` * [ ] `git commit -m 'Release 0.x.0 - '` -* [ ] Publish the crates by running `scripts/publish_crates.sh` +* [ ] publish the crates by running `scripts/publish_crates.sh` * [ ] `git tag -a 0.x.0 -m 'Release 0.x.0 - '` * [ ] `git pull --tags ; git tag -d latest && git tag -a latest -m 'Latest release' && git push --tags origin latest --force ; git push --tags` * [ ] merge release PR or push to `main` * [ ] check that CI is green * [ ] do a GitHub release: https://github.com/emilk/egui/releases/new - * Follow the format of the last release -* [ ] wait for documentation to build: https://docs.rs/releases/queue + * follow the format of the last release +* [ ] wait for the documentation build to finish: https://docs.rs/releases/queue + * [ ] https://docs.rs/egui/ works + * [ ] https://docs.rs/eframe/ works ## Announcements @@ -91,6 +93,6 @@ I usually do this all on the `main` branch, but doing it in a release branch is ## Finally -* [ ] Close the milestone -* [ ] Close this issue -* [ ] Improve `RELEASES.md` with what you learned this time around +* [ ] close the milestone +* [ ] close this issue +* [ ] improve `RELEASES.md` with what you learned this time around