Skip to content

Commit a8439a3

Browse files
Improve tagging instructions
1 parent 9ee53b2 commit a8439a3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,10 @@ This is only for contributors with committer access:
149149
5. Bump the plugin version in `src/Plugin.php` in the `\Rollbar\Wordpress\Plugin::VERSION` constant.
150150
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]"`
151151
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`
152153
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.
154156
1. Fetch the latest contents of Subversion repo with `svn update`.
155157
2. Remove the contents of `trunk/` with `rm -Rf trunk`.
156158
3. Update the contents of `trunk/` with a clone of the tag you created in step 2.

0 commit comments

Comments
 (0)