Remove remnants of the old release flow that now break things (#469)

This commit is contained in:
Félix Saparelli 2023-01-09 04:23:31 +13:00 committed by GitHub
parent 404386e795
commit a23b924be2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 9 deletions

View File

@ -2,11 +2,6 @@ pre-release-commit-message = "release: cli v{{version}}"
tag-prefix = "cli-"
tag-message = "watchexec {{version}}"
# We wait until the release CI is done before publishing,
# because publishing is irreversible, but a release can be
# reverted a lot more easily.
publish = false
[[pre-release-replacements]]
file = "watchexec.exe.manifest"
search = "^ version=\"[\\d.]+[.]0\""

View File

@ -1,4 +0,0 @@
allow-branch = ["main"]
consolidate-pushes = true
push-options = ["--follow-tags"]
push-remote = "git@github.com:watchexec/watchexec.git"