Skip to content
This repository has been archived by the owner on Dec 13, 2021. It is now read-only.

Commit

Permalink
Update to 1.0.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgerace committed Oct 7, 2021
1 parent a56da6b commit acf5c5a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bovine"
version = "1.0.0-rc1"
version = "1.0.0-rc2"
edition = "2018"

authors = ["Nick Gerace <nickagerace@gmail.com>"]
Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This checklist details the `bovine` release process.
### Release Time

- [ ] Once the prepation commit has been pushed (or merged) into `main`, checkout and/or update `main`.
- [ ] Tag with `git tag $NEW_TAG` and push the tag: `git push --tags origin main`.
- [ ] Tag with `git tag` and push the new tag: `git push --tags origin main`.
- [ ] Now, publish the crate: `cargo publish`.

### Post Release
Expand Down

0 comments on commit acf5c5a

Please sign in to comment.