Skip to content

Commit

Permalink
Cargo.toml: use default tag prefix
Browse files Browse the repository at this point in the history
The default changed to just be "v" upstream [1] so leaving this in
the way we had it meant we got "vv0.1.2", which is not what we want.

[1] crate-ci/cargo-release#127
[2] crate-ci/cargo-release@120ea20
  • Loading branch information
dustymabe committed Jan 8, 2020
1 parent c12628b commit 42acdb3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ disable-publish = true
pre-release-commit-message = "cargo: coreos-installer release {{version}}"
pro-release-commit-message = "cargo: development version bump"
tag-message = "coreos-installer v{{version}}"
tag-prefix = "v"

[[bin]]
name = "coreos-installer"
Expand Down

0 comments on commit 42acdb3

Please sign in to comment.