Skip to content

Commit 0924cc1

Browse files
Readd step 15
1 parent 390c342 commit 0924cc1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

RELEASE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Perform the following steps to release a new version of the plugin on wordpress.
1414
12. Delete everything in trunk `rm -rf <path-to-local-svn-repo/trunk/*`.
1515
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/`.
1616
14. Go back to your svn repo and add new files `svn st | awk '/^\?/ { print $2; }' | xargs svn add`.
17+
15. Delete deleted files: `svn st | awk '/^!/ { print $2; }' | xargs svn rm`.
1718
16. To double check changes to the repo, check difference with `svn status`.
1819
17. Commit the trunk to Subversion: `svn ci -m "<message>"`.
1920
18. Tag the new release in Subversion and commit: `svn cp trunk tags/<version> && svn ci -m "<message>"`.

0 commit comments

Comments
 (0)