We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a86a246 commit bf64083Copy full SHA for bf64083
1 file changed
bin/mkrelease
@@ -230,7 +230,7 @@ $do svn commit $VERFILE $SETTINGS -m "Set version info and settings back to deve
230
note "\nCreating new tag 'tags/dev/$DEV' from $SRC"
231
$do svn cp $REPO/$SRC $REPO/tags/dev/$DEV -m "Creating new tag 'tags/dev/$DEV' from $SRC"
232
233
-$do svn update
+$do svn update -q
234
235
echo "
236
Hi,
0 commit comments