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-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,17 +133,17 @@ This is only for contributors with committer access:
133
133
2. Add record in the `Changelog` section of the `readme.txt`.
134
134
3. Add record in the `Upgrade Notice` section of the `readme.txt`.
135
135
4. Bump the plugin version in `rollbar-php-wordpress.php` in the `Version:` comment.
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
-
2. Tag the new version from the `master` branch and push upstream with `git tag [version number] && git push --tags`.
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 v[version number]"`
137
+
2. Tag the new version from the `master` branch and push upstream with `git tag v[version number] && git push --tags`.
138
138
3. Update the WordPress Plugin Directory Subversion Repository.
139
139
1. Fetch the latest contents of Subversion repo with `svn update`.
140
140
2. Remove the contents of `trunk/` with `rm -Rf trunk`.
141
141
3. Update the contents of `trunk/` with a clone of the tag you created in step 2.
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]"`. Notice the version number in Subversion doesn't include the "v" prefix.
0 commit comments