mirror of https://git.sr.ht/~garritfra/sabre
4 changed files with 16 additions and 2 deletions
@ -0,0 +1,7 @@
|
||||
# Release Workflow |
||||
|
||||
1. Update version in `Cargo.toml` |
||||
2. Commit change with a meaningful message (`v0.1.1`) |
||||
3. Tag commit using `git tag -a <new release> -m "$(git shortlog <last release>..HEAD)"` |
||||
4. Push the tag using `git push --tags` |
||||
5. Publish package using `cargo publish` |
Loading…
Reference in new issue