Browse Source

Utils: add notification at the end of release script

remotes/origin/cmake
Romain Goffe 13 years ago
parent
commit
526e31b3d0
  1. 2
      utils/release.sh

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

Loading…
Cancel
Save