Files
faveo/vendor/bugsnag/bugsnag-laravel/CONTRIBUTING.md
2016-01-04 18:05:45 +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