We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6287e6a commit 0bda571Copy full SHA for 0bda571
Cargo.toml
@@ -14,11 +14,6 @@ exclude = [
14
"src/theme/stylus/**",
15
]
16
17
-[package.metadata.release]
18
-sign-commit = true
19
-push-remote = "origin"
20
-tag-prefix = "v"
21
-
22
[dependencies]
23
clap = "2.24"
24
chrono = "0.4"
release.toml
@@ -0,0 +1,3 @@
1
+sign-commit = true
2
+push-remote = "origin"
3
+tag-prefix = "v"
0 commit comments