Skip to content

Commit 0bda571

Browse files
Metadata for cargo-release should be in release.toml (#722)
1 parent 6287e6a commit 0bda571

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Cargo.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ exclude = [
1414
"src/theme/stylus/**",
1515
]
1616

17-
[package.metadata.release]
18-
sign-commit = true
19-
push-remote = "origin"
20-
tag-prefix = "v"
21-
2217
[dependencies]
2318
clap = "2.24"
2419
chrono = "0.4"

release.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
sign-commit = true
2+
push-remote = "origin"
3+
tag-prefix = "v"

0 commit comments

Comments
 (0)