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... \
128128>> $base_dir /thankyou
129129
130130echo
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"
132133echo " Press enter when done."
133134read
134135
@@ -238,14 +239,14 @@ echo
238239# check out the tagged version
239240echo " Checking out $version_new ..."
240241git checkout $version_new
242+ cd build
241243
242244# Update the link to the docs (never contains the patch version)
243245echo " Updating URL for API docs..."
244246sed -i -e " s/UI\/API\/\$ {release\.version}/UI\/API\/$major_minor /" build.xml > build.xml
245247
246248# Run the build
247249echo " Running build..."
248- cd build
249250ant
250251
251252echo
You can’t perform that action at this time.
0 commit comments