You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments