From 975f900e177eff0ca05f7df64a79263fd92cdd9d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Fri, 10 Sep 2010 10:57:06 -0400 Subject: [PATCH] Build: Minor tweaks to release automation. --- build/release/prepare-release | 5 +++-- 1 file 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 -- 2.39.5