File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,8 @@ git whatchanged $version... \
128
128
>> $base_dir /thankyou
129
129
130
130
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"
132
133
echo " Press enter when done."
133
134
read
134
135
@@ -238,14 +239,14 @@ echo
238
239
# check out the tagged version
239
240
echo " Checking out $version_new ..."
240
241
git checkout $version_new
242
+ cd build
241
243
242
244
# Update the link to the docs (never contains the patch version)
243
245
echo " Updating URL for API docs..."
244
246
sed -i -e " s/UI\/API\/\$ {release\.version}/UI\/API\/$major_minor /" build.xml > build.xml
245
247
246
248
# Run the build
247
249
echo " Running build..."
248
- cd build
249
250
ant
250
251
251
252
echo
You can’t perform that action at this time.
0 commit comments