From 526e31b3d01e83c75fd1b8b13c84a0746228e6b0 Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Thu, 19 Jan 2012 00:12:45 +0100 Subject: [PATCH] Utils: add notification at the end of release script --- utils/release.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/release.sh b/utils/release.sh index 126ccecb..d81b44b8 100755 --- a/utils/release.sh +++ b/utils/release.sh @@ -79,4 +79,6 @@ then git tag "patacrep_$MAIN.$MAJOR.$MINOR" fi +notify-send "Patacrep!" "Release $MAIN.$MAJOR.$MINOR generated" --icon=songbook-client + export GREP_OPTIONS="$GREP"