Skip to content

Commit

Permalink
Update RELEASE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmerlin committed Oct 2, 2024
1 parent e2c956e commit d638bea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ How to release:
- Run `cargo run --bin update_badges -p scripts` to update badges
- Run either
- `cargo release minor --workspace` to release a new minor for all crates (useful on egui updates)
- note that you shouldn't use this to release a new crate (since it'll be updated from 0.1.0 to 0.2.0)
- `cargo release -p <crate_name> <patch|minor|major>` to release a new version for a single crate
- Confirm that all listed crates have a updated changelog with matching versions
- Run the release command with --execute

0 comments on commit d638bea

Please sign in to comment.