File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1+ *.map
12BLOCKS.md
23CONTRIBUTING.md
34composer.json
@@ -7,8 +8,6 @@ package.json
78phpunit.xml
89PUBLISHING.md
910README.md
10- vipgo-helper.php
11- wpcom-helper.php
1211webpack.config.js
1312bin
1413documentation
Original file line number Diff line number Diff line change @@ -104,6 +104,8 @@ Add a message that indicates what version number we're releasing.
104104
105105From a test site, download the latest version and make sure things work as expected.
106106
107+ For a quick-and-easy test site, use https://jurassic.ninja
108+
1071096 . Celebrate.
108110
109111We're done! High five! Go enjoy a beverage/dessert/guilty pleasure of your choice!
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