Metadata for cargo-release should be in release.toml (#722)

This commit is contained in:
Michael Bryan 2018-07-09 18:36:55 +08:00 committed by GitHub
parent 6287e6a44f
commit 0bda57175d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 5 deletions

View File

@ -14,11 +14,6 @@ exclude = [
"src/theme/stylus/**",
]
[package.metadata.release]
sign-commit = true
push-remote = "origin"
tag-prefix = "v"
[dependencies]
clap = "2.24"
chrono = "0.4"

3
release.toml Normal file
View File

@ -0,0 +1,3 @@
sign-commit = true
push-remote = "origin"
tag-prefix = "v"