diff options
author | Scott González <scott.gonzalez@gmail.com> | 2010-09-10 10:57:06 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2010-09-10 10:57:06 -0400 |
commit | 975f900e177eff0ca05f7df64a79263fd92cdd9d (patch) | |
tree | 4ed2e4b20025092c24b447631fc2f358278a49bc /build | |
parent | 5a73ed8dec3c1fbb9ec6b309dab22571eec58988 (diff) | |
download | jquery-ui-975f900e177eff0ca05f7df64a79263fd92cdd9d.tar.gz jquery-ui-975f900e177eff0ca05f7df64a79263fd92cdd9d.zip |
Build: Minor tweaks to release automation.
Diffstat (limited to 'build')
-rwxr-xr-x | build/release/prepare-release | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/build/release/prepare-release b/build/release/prepare-release index 43245335b..e57130a9e 100755 --- a/build/release/prepare-release +++ b/build/release/prepare-release @@ -128,7 +128,8 @@ git whatchanged $version... \ >> $base_dir/thankyou echo -echo "Find contributors from duplicates of fixed tickets." +echo "Find contributors from duplicates of fixed tickets and add them to:" +echo "$base_dir/thankyou" echo "Press enter when done." read @@ -238,6 +239,7 @@ echo # check out the tagged version echo "Checking out $version_new..." git checkout $version_new +cd build # Update the link to the docs (never contains the patch version) echo "Updating URL for API docs..." @@ -245,7 +247,6 @@ sed -i -e "s/UI\/API\/\${release\.version}/UI\/API\/$major_minor/" build.xml >bu # Run the build echo "Running build..." -cd build ant echo |