Files
faveo/vendor/bugsnag/bugsnag-laravel/CONTRIBUTING.md
Bhanu Slathia b1f62846ab Update v1.0.6
2016-02-16 23:24:52 +05:30

755 B

Contributing

composer install && ./vendor/bin/phpunit

Releasing

  1. Commit all outstanding changes

  2. Bump the version in src/Bugsnag/BugsnagLaravel/BugsnagLaravelServiceProvider.php and src/Bugsnag/BugsnagLaravel/BugsnagLumenServiceProvider.php

  3. Update the CHANGELOG.md, and README if appropriate.

  4. Commit, tag push

    git commit -am v1.x.x git tag v1.x.x git push origin master v1.x.x