Skip to content

Commit 6ed3e51

Browse files
committed
Merge branch 'fix-make-release-script'
2 parents 8332181 + af3c0b5 commit 6ed3e51

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

desktop/scripts/release/4-make-release

+4
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,14 @@ function publish_release {
148148

149149
body+="\n$changelog"
150150

151+
echo ""
151152
echo ">>> Creating GitHub release"
152153
# shellcheck disable=SC2059
153154
# shellcheck disable=SC2046
154155
printf "$body" | gh release create "${release_flags[@]}" "$PRODUCT_VERSION" $(printf "%s " "$ARTIFACT_DIR"/*)
156+
157+
echo ""
158+
echo "The above URL contains the text \"untagged\", but don't worry it is tagged properly and everything will look correct once it's published."
155159
}
156160

157161
download_and_verify

0 commit comments

Comments
 (0)