From: Scott González Date: Fri, 10 Sep 2010 14:57:06 +0000 (-0400) Subject: Build: Minor tweaks to release automation. X-Git-Tag: 1.8.5~2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=975f900e177eff0ca05f7df64a79263fd92cdd9d;p=jquery-ui.git Build: Minor tweaks to release automation. --- 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