1
1
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:
Wez Furlong 2022-06-28 12:43:45 -07:00
parent 40d346b58f
commit 241e19babf

View File

@ -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"