Skip to content

Commit e69604a

Browse files
Add committing instructions to tagging instructions
1 parent cda6b4d commit e69604a

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ This is only for contributors with committer access:
133133
2. Add record in the `Changelog` section of the `readme.txt`.
134134
3. Add record in the `Upgrade Notice` section of the `readme.txt`.
135135
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]"`
137137
2. Tag the new version from the `master` branch and push upstream with `git tag [version number] && git push --tags`.
138138
3. Update the WordPress Plugin Directory Subversion Repository.
139139
1. Remove the contents of `trunk/` with `rm -Rf trunk/*`.

readme.txt

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: arturmoczulski
33
Tags: rollbar, full stack, error, tracking, error tracking, error reporting, reporting, debug
44
Requires at least: 3.5.1
55
Tested up to: 4.8.2
6-
Stable tag: 2.1.2
6+
Stable tag: 2.2.0
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

@@ -106,6 +106,14 @@ Yes. It's actually the recommended method of installation.
106106

107107
== Changelog ==
108108

109+
= Version 2.2.0 (4th December 2017) =
110+
* Fixed the logging level to correctly inlude errors from specified level and up.
111+
* Changed the default logging level setting.
112+
* Added instructions on tagging the repo to the README.md file.
113+
* Added tests for logging level.
114+
* Set up a PHPUnit test suite.
115+
* Add rollbar_js_config filter for JS config data customization.
116+
109117
= Version 2.1.2 (11th October 2017) =
110118
* Use the default rest route instead of permalink /wp-json
111119
* Dynamically build the Rollbar JS snippet URL
@@ -142,6 +150,14 @@ Yes. It's actually the recommended method of installation.
142150

143151
== Upgrade Notice ==
144152

153+
= Version 2.2.0 (4th December 2017) =
154+
* Fixed the logging level to correctly inlude errors from specified level and up.
155+
* Changed the default logging level setting.
156+
* Added instructions on tagging the repo to the README.md file.
157+
* Added tests for logging level.
158+
* Set up a PHPUnit test suite.
159+
* Add rollbar_js_config filter for JS config data customization.
160+
145161
= Version 2.1.2 (11th October 2017) =
146162
* Use the default rest route instead of permalink /wp-json
147163
* Dynamically build the Rollbar JS snippet URL

rollbar-php-wordpress.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Rollbar
44
* Plugin URI: https://wordpress.org/plugins/rollbar
55
* Description: Rollbar full-stack error tracking for WordPress
6-
* Version: 2.1.2
6+
* Version: 2.2.0
77
* Author: Rollbar
88
* Author URI: https://rollbar.com
99
* Text Domain: rollbar

0 commit comments

Comments
 (0)