We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be5f628 commit d9eda51Copy full SHA for d9eda51
cron_tag_release.sh
@@ -44,7 +44,7 @@ process_tag () {
44
# At this point the tarball should already be locally tested
45
~/domjudge-scripts/make_release.sh "$TAG"
46
mv domjudge-$TAG.* $RELEASE_DIR/
47
- notify_channel "Tarball finished ($TAG)." "$TAG"
+ notify_channel "Tarball finished ($TAG).\nURL: https://www.domjudge.org/releases/domjudge-$TAG.tar.gz" "$TAG"
48
else
49
notify_channel "Untrusted tag ($TAG)" "$TAG"
50
fi
0 commit comments