@@ -17,7 +17,7 @@ For complete usage instructions and configuration reference, see our [PHP SDK do
1717
1818See our [ Releases] ( https://github.com/rollbar/rollbar-php/releases ) page for a list of all releases, including changes.
1919
20- ## Related projects
20+ # Related projects
2121
2222A range of examples of using Rollbar PHP is available here: [ Rollbar PHP Examples] ( https://github.com/rollbar/rollbar-php-examples ) .
2323
@@ -34,26 +34,36 @@ Yii package: [baibaratsky/yii-rollbar](https://github.com/baibaratsky/yii-rollba
3434
3535Yii2 package: [ baibaratsky/yii2-rollbar] ( https://github.com/baibaratsky/yii2-rollbar )
3636
37- ## Help / Support
37+ # Help / Support
3838
3939If you run into any issues, please email us at
[ [email protected] ] ( mailto:[email protected] ) 4040
4141For bug reports, please [ open an issue on GitHub] ( https://github.com/rollbar/rollbar-php/issues/new ) .
4242The best, configure your Rollbar with ` verbosity ` at level ` \Psr\Log\LogLevel::DEBUG ` and attach
4343the contents of your ` sys_get_temp_dir() . '/rollbar.debug.log' ` (usually ` /tmp/rollbar.debug.log ` ).
4444
45- ## Contributing
45+ # Contributing
4646
47471 . Fork it
48482 . Create your feature branch (` git checkout -b my-new-feature ` )
49493 . Commit your changes (` git commit -am 'Added some feature' ` )
50504 . Push to the branch (` git push origin my-new-feature ` )
51515 . Create new Pull Request
5252
53- ## Testing
53+ # Testing
5454Tests are in ` tests ` .
5555To run the tests: ` composer test `
5656To fix code style issues: ` composer fix `
5757
58+ # Tagging
59+
60+ 1 . ` export ROLLBAR_PHP_TAG=[version number] `
61+ 2 . ` git checkout master `
62+ 3 . Update version numbers in ` src/Payload/Notifier.php ` and ` tests/NotifierTest.php ` .
63+ 4 . ` git add . `
64+ 5 . ` git commit -m"Update readme.io dump and bump version numbers" ` .
65+ 6 . ` git push origin master `
66+ 7 . ` git tag $ROLLBAR_PHP_TAG_VERSION `
67+
5868# License
5969Rollbar-gem is free software released under the MIT License. See [ LICENSE.txt] ( LICENSE.txt ) for details.
0 commit comments