Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update release.toml config (#1677)
This way releases can be made with the most recent version 0.25.5 of cargo-release. New major releases can be cut with simply running: cargo release major --execute Prior to this change `fil-proofs-tooling` wasn't tagged. With this change it's tagged just like any other crates. That adds more consistency. It still isn't published to crates.io as intended. The `consolidate-commits = false` option makes sure that each crate gets its own tag with a commit message that contains its version number. Without this setting, it would only say "Release" without further information.
- Loading branch information