chore(release): add initial release.toml configuration
This commit is contained in:
30
release.toml
Normal file
30
release.toml
Normal file
@@ -0,0 +1,30 @@
|
||||
allow-branch = [
|
||||
"*",
|
||||
]
|
||||
sign-commit = false
|
||||
sign-tag = false
|
||||
push-remote = "origin"
|
||||
release = true
|
||||
publish = true
|
||||
verify = true
|
||||
owners = []
|
||||
push = true
|
||||
push-options = []
|
||||
consolidate-commits = false
|
||||
pre-release-commit-message = "chore: Release {{crate_name}} version {{version}}"
|
||||
pre-release-replacements = []
|
||||
tag-message = "chore: Release {{crate_name}} version {{version}}"
|
||||
tag-name = "{{prefix}}v{{version}}"
|
||||
tag = true
|
||||
enable-features = []
|
||||
enable-all-features = false
|
||||
dependent-version = "upgrade"
|
||||
metadata = "optional"
|
||||
certs-source = "webpki"
|
||||
|
||||
[unstable]
|
||||
workspace-publish = false
|
||||
|
||||
[rate-limit]
|
||||
new-packages = 5
|
||||
existing-packages = 30
|
||||
Reference in New Issue
Block a user