You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ Perform the following steps to release a new version of the plugin on wordpress.
14
14
12. Delete everything in trunk `rm -rf <path-to-local-svn-repo/trunk/*`.
15
15
13. Manually copy the Git release to the local Subversion repo: run following command under your Github repo: `rsync -av --delete --exclude-from='.distignore' ./ <path-to-local-svn-repo>/trunk/`.
16
16
14. Go back to your svn repo and add new files `svn st | awk '/^\?/ { print $2; }' | xargs svn add`.
0 commit comments