diff options
author | Scott González <scott.gonzalez@gmail.com> | 2011-08-02 09:54:36 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2011-08-02 09:54:36 -0400 |
commit | 67ff57a79db5e7d5c8b053a0271be4696b1e0f22 (patch) | |
tree | 9ac04bf72e6c8d47626f9ebe011282ae583cd32b /build | |
parent | 694b46029041739936f7208d884ad5a9d287d89c (diff) | |
download | jquery-ui-67ff57a79db5e7d5c8b053a0271be4696b1e0f22.tar.gz jquery-ui-67ff57a79db5e7d5c8b053a0271be4696b1e0f22.zip |
Build: Updated release script.
Diffstat (limited to 'build')
-rwxr-xr-x | build/release/prepare-release | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/build/release/prepare-release b/build/release/prepare-release index 6947f5794..65ba20783 100755 --- a/build/release/prepare-release +++ b/build/release/prepare-release @@ -132,11 +132,11 @@ git whatchanged $version... \ | grep -i thank \ >> $base_dir/thankyou -echo -echo "Find contributors from duplicates of fixed tickets and add them to:" -echo "$base_dir/thankyou" -echo "Press enter when done." -read +#echo +#echo "Find contributors from duplicates of fixed tickets and add them to:" +#echo "$base_dir/thankyou" +#echo "Press enter when done." +#read echo echo "Contributors list complete." @@ -214,8 +214,9 @@ echo # Create new milestrone and version 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 a Milestone for the next minor release." echo "Press enter when done." 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 |