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: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,13 +136,14 @@ This is only for contributors with committer access:
136
136
5. Add and commit the changes you made to bump the plugin version: `git add readme.txt rollbar-php-wordpress.php && git commit -m"Bump version to [version number]"`
137
137
2. Tag the new version from the `master` branch and push upstream with `git tag [version number] && git push --tags`.
138
138
3. Update the WordPress Plugin Directory Subversion Repository.
139
-
1. Remove the contents of `trunk/` with `rm -Rf trunk/*`.
140
-
2. Update the contents of `trunk/` with a clone of the tag you created in step 2.
139
+
1. Fetch the latest contents of Subversion repo with `svn update`.
140
+
2. Remove the contents of `trunk/` with `rm -Rf trunk/*`.
141
+
3. Update the contents of `trunk/` with a clone of the tag you created in step 2.
0 commit comments