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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -149,8 +149,10 @@ This is only for contributors with committer access:
149
149
5. Bump the plugin version in `src/Plugin.php` in the `\Rollbar\Wordpress\Plugin::VERSION` constant.
150
150
5. Add and commit the changes you made to bump the plugin version: `git add readme.txt rollbar-php-wordpress.php src/Plugin.php && git commit -m"Bump version to v[version number]"`
151
151
6. Bump versions of the JS and CSS files versions in Settings.php class to force refresh of those assets on users' installations.
152
+
7.`git push origin master`
152
153
2. Tag the new version from the `master` branch and push upstream with `git tag v[version number] && git push --tags`.
153
-
3. Update the WordPress Plugin Directory Subversion Repository.
154
+
3. Publish a new release on [GitHub](https://github.com/rollbar/rollbar-php-wordpress/releases).
155
+
4. Update the WordPress Plugin Directory Subversion Repository.
154
156
1. Fetch the latest contents of Subversion repo with `svn update`.
155
157
2. Remove the contents of `trunk/` with `rm -Rf trunk`.
156
158
3. Update the contents of `trunk/` with a clone of the tag you created in step 2.
0 commit comments