Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 755 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (19 loc) · 755 Bytes

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