Skip to content

Commit d9eda51

Browse files
committed
Release message now has URL to tarball
1 parent be5f628 commit d9eda51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cron_tag_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ process_tag () {
4444
# At this point the tarball should already be locally tested
4545
~/domjudge-scripts/make_release.sh "$TAG"
4646
mv domjudge-$TAG.* $RELEASE_DIR/
47-
notify_channel "Tarball finished ($TAG)." "$TAG"
47+
notify_channel "Tarball finished ($TAG).\nURL: https://www.domjudge.org/releases/domjudge-$TAG.tar.gz" "$TAG"
4848
else
4949
notify_channel "Untrusted tag ($TAG)" "$TAG"
5050
fi

0 commit comments

Comments
 (0)