]> source.dussan.org Git - jquery-ui.git/commitdiff
Build: Minor tweaks to release automation.
authorScott González <scott.gonzalez@gmail.com>
Fri, 10 Sep 2010 14:57:06 +0000 (10:57 -0400)
committerScott González <scott.gonzalez@gmail.com>
Fri, 10 Sep 2010 14:57:06 +0000 (10:57 -0400)
build/release/prepare-release

index 43245335b26911f064bd5db008a2511f92b04240..e57130a9e27600da751b60e09a25a147510228e0 100755 (executable)
@@ -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