Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 440 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 440 Bytes

sentry-release

Send your release to Sentry.io

Example

Add SENTRY_AUTH and SENTRY_ORG as deploy target or application environment variable.

    - rafaelverger/sentry-release:
        version: **OPTIONAL** // default: '$WERCKER_GIT_COMMIT'
        projects: **OPTIONAL** // default: '$WERCKER_GIT_REPOSITORY'; format: "projectA,projectB"
        organization: $SENTRY_ORG
        auth_token: $SENTRY_AUTH