# Release This document contains all information related to release. ## Checklist This checklist details the `reelpath` release process. ### Preparation - [ ] Checkout (or create a branch of) `main` at its latest commit. - [ ] Change the `version` field in `Cargo.toml` to ``. - [ ] Run `make` and verify that everything looks/works as expected. - [ ] Create a commit with the following message: `Update to `. Do not push (or merge) the commit. - [ ] Test and verify the publishing workflow: `cargo publish --dry-run`. - [ ] Finally, push (or merge) the preparation commit into `main`. ### Release Time - [ ] Once the prepation commit has been pushed (or merged) into `main`, checkout and/or update `main`. - [ ] Tag with `git tag ` and push the tag: `git push --tags origin main`. - [ ] Now, publish the crate: `cargo publish`. ### Post Release - [ ] Check the [crate](https://crates.io/crates/reelpath) on `crates.io`. - [ ] Download the crate via `cargo install reelpath` or `cargo install --version reelpath` ### Update the Homebrew Tap - [ ] **(Skip for release candidates)** Update the formula for the [tap](https://github.com/nickgerace/homebrew-nickgerace).