Build: Ask user to verify AUTHORS.txt is up to date before doing a release.

This commit is contained in:
Scott González 2012-06-01 10:38:32 -04:00
parent 647a9eab58
commit bc4cb273d1

View File

@ -9,6 +9,15 @@ git_branch="1-8-stable"
trac_url="http://bugs.jqueryui.com"
#
# Verify repo state
#
echo "Is AUTHORS.txt up to date?"
echo "Press enter to continue, or ctrl+c to cancel."
read
#
# Setup environment