From 6a7ff72e1e71bf49f4da03bcccf1ff44c7fbf66b Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Tue, 17 Dec 2024 09:51:21 +0100 Subject: [PATCH] Update link in RELEASES.md --- RELEASES.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index 43edd2d..edfa3ac 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -59,6 +59,5 @@ I usually do this all on the `main` branch, but doing it in a release branch is * [ ] `git pull --tags && git tag -d latest && git tag -a latest -m 'Latest release' && git push --tags origin latest --force && git push origin main ; 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 +* [ ] do a GitHub release: https://github.com/emilk/egui_plot/releases/new * [ ] wait for documentation to build: https://docs.rs/releases/queue