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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,7 +133,7 @@ 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.
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
139
1. Remove the contents of `trunk/` with `rm -Rf trunk/*`.
0 commit comments