Skip to content

Commit

Permalink
maintenance: Update release procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
felinira committed Jul 25, 2024
1 parent 21ef6b8 commit dbfe095
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions MAINTENANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
To create a new release, follow these steps:

- Update version number in Cargo.toml for library and CLI
- Update CHANGELOG.md with release date
- Update Cargo.lock
- Commit the changes
- Commit & push the changes
- Tag the commit: `git tag -as a.b.c`
- Push the tag: `git push origin a.b.c`
- Create a github release for the tag and upload the built binaries from the github actions workflow
- Verify GitHub release was created by CI
- Push a new crate version to crates.io with `cargo publish -p magic-wormhole`

0 comments on commit dbfe095

Please sign in to comment.