File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -137,12 +137,12 @@ This is only for contributors with committer access:
1371372 . Tag the new version from the ` master ` branch and push upstream with ` git tag [version number] && git push --tags ` .
1381383 . Update the WordPress Plugin Directory Subversion Repository.
139139 1 . Fetch the latest contents of Subversion repo with ` svn update ` .
140- 2 . Remove the contents of ` trunk/ ` with ` rm -Rf trunk/* ` .
140+ 2 . Remove the contents of ` trunk/ ` with ` rm -Rf trunk ` .
141141 3 . Update the contents of ` trunk/ ` with a clone of the tag you created in step 2.
142- 1 . ` git clone https://github.com/rollbar/rollbar-php-wordpress.git trunk/ `
143- 2 . ` git checkout tags/[version number] `
144- 3 . ` rm -Rf trunk/.git `
145- 4 . ` svn commit -m"Sync with GitHub repo" `
142+ 2 . ` git clone https://github.com/rollbar/rollbar-php-wordpress.git trunk `
143+ 3 . ` cd trunk && git checkout tags/[version number] && cd .. `
144+ 4 . ` rm -Rf trunk/.git `
145+ 5 . ` svn commit -m"Sync with GitHub repo" `
146146 4 . Create the Subversion tag: ` svn copy https://plugins.svn.wordpress.org/rollbar/trunk https://plugins.svn.wordpress.org/rollbar/tags/[version number] -m"Tag [version number]" ` .
147147
148148## Disclaimer
You can’t perform that action at this time.
0 commit comments