Skip to content
This repository has been archived by the owner on Jul 20, 2019. It is now read-only.

Releases: jarrodldavis/probot-gpg

0.5.0

21 Oct 03:19
v0.5.0
00b66c8
Compare
Choose a tag to compare

Added

Changed

  • Clean up docs
  • Update sinon to 4.0.0
  • Update coveralls to 3.0.0
  • Update mocha to 4.0.0
  • Update probot to 3.0.0
  • Refactored internals to allow for future improvements

0.4.0

24 Sep 13:35
v0.4.0
adad154
Compare
Choose a tag to compare

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 with sinon in tests
  • Updated Heroku app.json for use with Heroku Pipeline

Removed

  • License Compliance badge and report from FOSSA

0.3.0

08 Aug 04:10
v0.3.0
5b1b686
Compare
Choose a tag to compare

Added

  • License Compliance badge and report from FOSSA

Changed

  • Update probot to 0.9.0

0.2.0

22 Jun 03:28
v0.2.0
02b7c7c
Compare
Choose a tag to compare

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

26 May 01:04
v0.1.0
3cee023
Compare
Choose a tag to compare

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

26 May 01:30
v0.0.0
Compare
Choose a tag to compare

Initial commit