Skip to content

Releases: lucasmelin/gh-hook

v0.2.0

10 Mar 02:31
714bdb2
Compare
Choose a tag to compare

Changes

  • Added the ability to pass gh hook create inputs as a JSON file. Thanks to @iamroddo for the suggestion in #5!
  • Bump github.com/cli/go-gh to v1.2.1
  • Bump golang.org/x/net to v0.7.0

Full Changelog: v0.1.3...v0.2.0

v0.1.3

06 Feb 01:11
199ce7b
Compare
Choose a tag to compare

Fixes

  • Disabled the auto-generated completion command. See cli/cli#5309 for more details.

Full Changelog: v0.1.2...v0.1.3

v0.1.2

29 Jan 04:03
3b596b1
Compare
Choose a tag to compare

Fixes

  • Only display repository webhook events, instead of all webhook events.
  • Check that at least one webhook exists and was selected before attempting a delete.

Changes

  • Added keymap help for multi-select choices.

Full Changelog: v0.1.1...v0.1.2

v0.1.1

28 Jan 03:25
7b1ed28
Compare
Choose a tag to compare

Fixes

  • 🐛 Fixed an issue where the JSON config field would not match the expected GitHub API name.

Full Changelog: v0.1.0...v0.1.1

Initial release 🎉

27 Jan 21:23
876613e
Compare
Choose a tag to compare

This release features three commands:

  • hook create which prompts the user and creates a new repository webhook.
  • hook delete which lists all repository webhooks and prompts the user to delete one or more.
  • hook list which lists all repository webhooks.