Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 819 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (20 loc) · 819 Bytes

Contributing

Releasing

  1. Commit all outstanding changes
  2. Bump the version in src/BugsnagServiceProvider.php
  3. Update the CHANGELOG.md, and README if appropriate.
  4. Commit, tag push
    git commit -am v2.x.x
    git tag v2.x.x
    git push origin master && git push --tags
    
  5. Update the release version in the installation guides on docs.bugsnag.com and the quickstart guide on the website. Add any new content to docs.