This repository has been archived by the owner on Jul 20, 2019. It is now read-only.
Releases: jarrodldavis/probot-gpg
Releases · jarrodldavis/probot-gpg
0.5.0
Added
- Logo (crafted lovingly by @JasonEtco)
Changed
- Clean up docs
- Update
sinon
to4.0.0
- Update
coveralls
to3.0.0
- Update
mocha
to4.0.0
- Update
probot
to3.0.0
- Refactored internals to allow for future improvements
0.4.0
Added
- Documentation on how to use and what to expect from this app
- Documentation on required GitHub permissions and webhook events
- Deployment to Heroku as a public GitHub app
Changed
- Update
probot
to 0.11.0 - Update
jsonwebtoken
to 8.0.1 - Replace
expect
withsinon
in tests - Updated Heroku
app.json
for use with Heroku Pipeline
Removed
- License Compliance badge and report from FOSSA
0.3.0
Added
- License Compliance badge and report from FOSSA
Changed
- Update
probot
to 0.9.0
0.2.0
Changed
- Update
probot
to 0.7.1 - Update
strip-ansi
to 4.0.0 - Update references to "GitHub Integration" to be "GitHub App"
- Update this changelog's title to use "Changelog" instead of "Change Log"
0.1.0
Added
- Initial release! 🎉
- Webhook event handler for Pull Requests that checks that all commits in the PR have a verified GPG signature
- Unit tests for each module under
/lib
- A single integration test for the Happy Path (every commit has a verified signature)
Initial commit
Initial commit