Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jaapjansma committed Dec 23, 2020
1 parent e464c32 commit 51a6fc8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,10 @@ and this requires that we submit each release to the [Wordpress SVN](https://plu
1. Go into the Github directory: `cd github`
1. Checkout the created release (in our example 1.0.0): `git checkout 1.0.0`
1. Go into the svn directory: `cd ../svn`
1.
1. Copie the files from github to SVN: `rsync -rc --exclude-from="../github/.distignore" "../github/" trunk/ --delete --delete-excluded`
1. Add the files to SVN: `svn add . --force`
1. Tag the release in SVN (in our example 1.0.0): `svn cp "trunk" "tags/1.0.0"`
1. Now submit to the Wordpress SVN with a message: `svn ci -m 'Adding 1.0.0'`


# License
Expand Down

0 comments on commit 51a6fc8

Please sign in to comment.