File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -70,9 +70,6 @@ for file in $( cat "$EDIT_FLOW_GIT_DIR/.svnignore" 2>/dev/null ); do
7070done
7171echo " Done!"
7272
73- # Tag the release.
74- svn cp trunk tags/$TARGET
75-
7673# Instructions for next steps
7774echo " "
7875echo " ================"
@@ -82,12 +79,16 @@ echo "Please validate 'svn status' results before committing."
8279echo " "
8380echo " Some helpful commands:"
8481echo " "
82+ echo " - goto dir"
83+ echo " cd $EDIT_FLOW_SVN_DIR "
8584echo " - rm files:"
8685echo " svn st | grep ^\! | awk '{print \$ 2}' | xargs svn rm"
8786echo " - add files:"
8887echo " svn st | grep ^? | awk '{print \$ 2}' | xargs svn add"
8988echo " - review changes:"
9089echo " svn diff | colordiff | less -FRX"
90+ echo " - tag the release"
91+ echo " svn cp trunk tags/$TARGET "
9192echo " "
9293echo " Are there any new files that shouldn't be deployed?"
9394echo " Please add them to .svnignore in the GitHub repo."
You can’t perform that action at this time.
0 commit comments