mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Build: Ask user to verify AUTHORS.txt is up to date before doing a release.
This commit is contained in:
parent
647a9eab58
commit
bc4cb273d1
@ -9,6 +9,15 @@ git_branch="1-8-stable"
|
|||||||
trac_url="http://bugs.jqueryui.com"
|
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
|
# Setup environment
|
||||||
|
Loading…
Reference in New Issue
Block a user