mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 15:04:36 +03:00
ci: pre-fill release info, switch away from creating as a draft
This commit is contained in:
parent
40d346b58f
commit
241e19babf
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -x
|
set -x
|
||||||
name="$1"
|
name="$1"
|
||||||
gh release view "$name" || gh release create --prerelease --draft "$name"
|
gh release view "$name" || gh release create --prerelease --notes "See https://wezfurlong.org/wezterm/changelog.html#$name for the changelog" --title "$name" "$name"
|
||||||
|
Loading…
Reference in New Issue
Block a user