Skip to content

Commit

Permalink
Fixes #5104 Notify Microsoft App Gallery team when there is a new Piw…
Browse files Browse the repository at this point in the history
…ik version
  • Loading branch information
mattab committed May 7, 2014
1 parent e163969 commit 3ca8d0e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions misc/package/build.sh
Expand Up @@ -224,6 +224,16 @@ SUBSCRIBE_NEWSLETTER
echo $CMD
$CMD

echo -e "Sending email to Microsoft web team \n\n"
echo -e "Hello, \n \
We are proud to announce this new release for Piwik. \n \
Piwik $VERSION can be downloaded at: http://builds.piwik.org/piwik-$VERSION.zip \n \
For more information, consult the changelog: http://piwik.org/changelog/ \n \
We're looking forward to seeing this Piwik version on Microsoft Web App Gallery.\n\n \
If you have any question, please let us know. \n\n \
Thank you,\n \
Matthieu\n \
Piwik release manager" | mail -s"New Piwik Version $VERSION" "appgal@microsoft.com,team@piwik.org"

echo "build finished! http://builds.piwik.org/latest.zip"
fi
Expand Down

0 comments on commit 3ca8d0e

Please sign in to comment.