Skip to content

Commit 975f900

Browse files
committed
Build: Minor tweaks to release automation.
1 parent 5a73ed8 commit 975f900

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build/release/prepare-release

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ git whatchanged $version... \
128128
>> $base_dir/thankyou
129129

130130
echo
131-
echo "Find contributors from duplicates of fixed tickets."
131+
echo "Find contributors from duplicates of fixed tickets and add them to:"
132+
echo "$base_dir/thankyou"
132133
echo "Press enter when done."
133134
read
134135

@@ -238,14 +239,14 @@ echo
238239
# check out the tagged version
239240
echo "Checking out $version_new..."
240241
git checkout $version_new
242+
cd build
241243

242244
# Update the link to the docs (never contains the patch version)
243245
echo "Updating URL for API docs..."
244246
sed -i -e "s/UI\/API\/\${release\.version}/UI\/API\/$major_minor/" build.xml >build.xml
245247

246248
# Run the build
247249
echo "Running build..."
248-
cd build
249250
ant
250251

251252
echo

0 commit comments

Comments
 (0)