Skip to content

Commit

Permalink
Update link in RELEASES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Dec 17, 2024
1 parent 1138bbb commit 6a7ff72
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6a7ff72

Please sign in to comment.