Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 839 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (21 loc) · 839 Bytes

Contributing

Releasing

  1. Create PRs updating the release version in the installation instructions on app.bugsnag.com and docs.bugsnag.com
  2. Commit all outstanding changes
  3. Bump the version in src/BugsnagServiceProvider.php
  4. Update the CHANGELOG.md, and README if appropriate.
  5. Commit, tag push
    git commit -am v2.x.x
    git tag v2.x.x
    git push origin master && git push --tags
    
  6. Bump the branch alias to the next minor version