mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
Split crates and clean up structure of codebase (#294)
Co-authored-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
bf700f9012
commit
4b00f5f143
88 changed files with 2989 additions and 1423 deletions
15
crates/bin/release.toml
Normal file
15
crates/bin/release.toml
Normal file
|
@ -0,0 +1,15 @@
|
|||
pre-release-commit-message = "release: v{{version}}"
|
||||
tag-prefix = "cli-"
|
||||
tag-message = "cargo-binstall {{version}}"
|
||||
|
||||
# We wait until the release CI is done before publishing,
|
||||
# because publishing is irreversible, but a release can be
|
||||
# reverted a lot more easily.
|
||||
publish = false
|
||||
|
||||
[[pre-release-replacements]]
|
||||
file = "windows.manifest"
|
||||
search = "^ version=\"[\\d.]+[.]0\""
|
||||
replace = " version=\"{{version}}.0\""
|
||||
prerelease = false
|
||||
max = 1
|
Loading…
Add table
Add a link
Reference in a new issue