Bugsnag Error Reporting from Haskell.
-
bugsnag
: Reporting library -
bugsnag-wai
: Integration for WAI (and Warp) -
bugsnag-yesod
: Integration for Yesod
See individual README
's for details.
To trigger automated release, make a conventionally-formatted commit. Use package name as scope to have that commit only cause release of that package. Use any other scope (or no scope) to release all packages. A not-conventionally formatted commit will not trigger any release.
Examples
-
chore: something
- no release -
fix(bugsnag): something
- releasebugsnag
with minor version bump -
fix!: something
- release all packages, each with a major version bump