Skip to content

Commit

Permalink
Add cargo release config
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 committed Jul 3, 2023
1 parent caade18 commit e2c3c07
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions release.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Only allow releases from the main branch
allow-branch = [ 'main' ]

# TODO:
# configure all zebra-* crates with a shared version,
# and all tower-* crates with a different one:
# https://github.com/crate-ci/cargo-release/blob/master/docs/reference.md#config-fields
#shared-version = "TODO named groups"

# Verify releases with release features
#
# TODO: add this feature to all crates
#enable-features = [ 'default-release-binaries' ]

# Don't do a git push or tag
push = false
tag = false

# Owners for new crates
owners = [ 'dconnolly', 'teor2345', 'zcashfoundation/owners' ]

0 comments on commit e2c3c07

Please sign in to comment.