Build: Updated release script.

This commit is contained in:
Scott González 2011-08-02 09:54:36 -04:00
parent 694b460290
commit 67ff57a79d

View File

@ -132,11 +132,11 @@ git whatchanged $version... \
| grep -i thank \ | grep -i thank \
>> $base_dir/thankyou >> $base_dir/thankyou
echo #echo
echo "Find contributors from duplicates of fixed tickets and add them to:" #echo "Find contributors from duplicates of fixed tickets and add them to:"
echo "$base_dir/thankyou" #echo "$base_dir/thankyou"
echo "Press enter when done." #echo "Press enter when done."
read #read
echo echo
echo "Contributors list complete." echo "Contributors list complete."
@ -214,8 +214,9 @@ echo
# Create new milestrone and version # Create new milestrone and version
echo "$version_new was tagged at $version_new_time." echo "$version_new was tagged at $version_new_time."
echo "Create and close the $version_new Milestone with the above date and time." echo "Close the $version_new Milestone with the above date and time."
echo "Create the $version_new Version with the above date and time." echo "Create the $version_new Version with the above date and time."
echo "Create a Milestone for the next minor release."
echo "Press enter when done." echo "Press enter when done."
read read
@ -332,4 +333,4 @@ echo
# ruby -e 'puts File.read("thankyou").split("\n").join(", ")' > thankyou2 # ruby -e 'puts File.read("thankyou").split("\n").join(", ")' | pbcopy