Skip to content

Commit

Permalink
Keep consistent tag name
Browse files Browse the repository at this point in the history
cargo-release starts to use `v` as default version tag prefix. crate-ci/cargo-release@4f82a9b#diff-4ac32a78649ca5bdd8e0ba38b7006a1e

Uncovered in #883
  • Loading branch information
autozimu committed Sep 16, 2019
1 parent 16ffac9 commit 86df37b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ pre-release-replacements = [
{ file = "install.ps1", search = "version = '.*'", replace = "version = '{{version}}'" }
]
pre-release-hook = ["cargo", "build"]
tag-name = "{{version}}"

[dependencies]
failure = "0"
Expand Down

0 comments on commit 86df37b

Please sign in to comment.