Skip to content

Commit

Permalink
meta: Add MAINTENANCE.md with release instructions (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
felinira authored Jul 5, 2024
1 parent 379197a commit 2fa0944
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions MAINTENANCE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Maintenance documentation

## Release

To create a new release, follow these steps:

- Update version number in Cargo.toml for library and CLI
- Update Cargo.lock
- Commit 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
- Push a new crate version to crates.io with `cargo publish -p magic-wormhole`

0 comments on commit 2fa0944

Please sign in to comment.