mirror of
https://github.com/watchexec/watchexec.git
synced 2024-11-13 07:41:11 +01:00
Remove remnants of the old release flow that now break things (#469)
This commit is contained in:
parent
404386e795
commit
a23b924be2
2 changed files with 0 additions and 9 deletions
|
@ -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\""
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
allow-branch = ["main"]
|
||||
consolidate-pushes = true
|
||||
push-options = ["--follow-tags"]
|
||||
push-remote = "git@github.com:watchexec/watchexec.git"
|
Loading…
Reference in a new issue