Skip to content

Commit

Permalink
Remove the pre-release hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-F-Bryan committed Aug 10, 2021
1 parent f467060 commit 3a50571
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ sign-commit = true
sign-tag = true
consolidate-commits = true
consolidate-pushes = true
dev-version-ext = "-dev"
dev-version-ext = "dev"
# We'll tag manually
disable-tag = true

# Make sure all crates are well-formed. We're updating "X.Y.Z-dev" to "X.Y.Z"
# so ignore the "-dev" prefix.
pre-release-hook = ["cargo", "xtask", "check-manifests", "--ignore-dev-versions"]

0 comments on commit 3a50571

Please sign in to comment.