Skip to content

Commit 3c83391

Browse files
authored
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.
1 parent be65d20 commit 3c83391

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

fil-proofs-tooling/release.toml

Lines changed: 0 additions & 4 deletions
This file was deleted.

release.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
pre-release-commit-message = "chore({{crate_name}}): release {{version}}"
2-
pro-release-commit-message = "chore({{crate_name}}): starting development cycle for {{next_version}}"
3-
no-dev-version = true
1+
consolidate-commits = false

0 commit comments

Comments
 (0)