Commit 3829c1c
committed
chore: update release.toml config
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.1 parent be65d20 commit 3829c1c
2 files changed
+1
-7
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
| 1 | + | |
0 commit comments