Skip to content

Commit

Permalink
chore: adds RELEASE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
claymcleod committed Oct 22, 2023
1 parent c738ebf commit 695704d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Release

* [ ] Update version in `Cargo.toml`.
* [ ] Run tests: `cargo test --all-features`.
* [ ] Run linting: `cargo clippy --all-features`.
* [ ] Run fmt: `cargo fmt --check`.
* [ ] Run doc: `cargo doc`.
* [ ] Stage changes: `git add Cargo.lock Cargo.toml`.
* [ ] Create git commit: `git commit -m "release: bumps version to v0.1.0"`.
* [ ] Create git tag: `git tag v0.1.0`.
* [ ] Push release: `git push && git push --tags`.
* [ ] Publish the new crate: `cargo publish --all-features`.
* [ ] Go to the Releases page in Github and create a Release for this tag.

0 comments on commit 695704d

Please sign in to comment.