From fdcaff8465eac8db8cc1ebbcbb9b97e0791a8363 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Thu, 10 Jul 2025 17:06:31 +0200 Subject: [PATCH] Improve RELEASES.md --- RELEASES.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index cd94575e..1634ad13 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -63,11 +63,10 @@ We don't update the MSRV in a patch release, unless we really, really need to. * [ ] bump version numbers in workspace `Cargo.toml` * [ ] check that CI for the PR is green * [ ] publish the crates by running `scripts/publish_crates.sh` -* [ ] merge release PR as `Release 0.x.0 - ` -* [ ] Check out the release commit locally * [ ] `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` -* [ ] check that CI is green +* [ ] merge release PR as `Release 0.x.0 - ` +* [ ] check that CI for `main` is green * [ ] do a GitHub release: https://github.com/emilk/egui/releases/new * follow the format of the last release * [ ] wait for the documentation build to finish: https://docs.rs/releases/queue @@ -84,7 +83,7 @@ We don't update the MSRV in a patch release, unless we really, really need to. ## After release -* [ ] publish new `eframe_template` +* [ ] update `eframe_template` * [ ] publish new `egui_plot` * [ ] publish new `egui_table` * [ ] publish new `egui_tiles`