Skip to content

Releases: captainhook-git/captainhook-bin

0.9.9 beta 2

18 Nov 22:00
0.9.9
ae29b55

Choose a tag to compare

Changelog

  • ecd298f Allow async action execution
  • 943c4d3 Cleanup hook argument handling
  • d4bb2bf Decouple output and execution
  • 9305243 Fix config format in readme
  • 124e23d Fix config format in sample file

0.9.8 beta 1

16 Nov 23:18
0.9.8
01af385

Choose a tag to compare

Changelog

  • 29ab198 Add go install option to readme
  • ea4a0a5 Implement CONFIG replacer
  • 4a0a2b8 Implement ENV replacer
  • 5dbf7c0 Link documentation
  • 0b8f3ff Move from alpha to beta
  • 53a26ec Use the same wording for all install methods

0.9.7

16 Nov 15:54
0.9.7
fe965d5

Choose a tag to compare

Changelog

0.9.6

16 Nov 15:49
0.9.6
5af8d6c

Choose a tag to compare

Changelog

  • 327d8d9 Add 'OnBranch' condition
  • e9c542a Add IsEmpty method to CommitMessage
  • 798d93a Add debug actions
  • 262c28a Add functionality to write commit messages disk
  • 4bc04f1 Add git-notify action
  • fad0ea1 Add last missing actions
  • 6a7b1d4 Add more helper functions
  • da6be7d Add prepare-commit-msg actions
  • 3ffd7c0 Check if git can be detected
  • b6217e2 Colorize debug output
  • 7147cd5 Empty now also fails on empty subject
  • dfeb99b Enhance error output
  • 1ed4fd7 Fix branch detection
  • ca8ea71 Fix namespace warnings
  • 6cc80c3 Follow go command standard
  • 383ca2b Get rid of copy & paste party
  • 5d8a284 Implement hook backup functionality
  • f98857e Improve output
  • 3103aab Improve text format
  • 097e544 Move input handling to Input struct
  • d556dd6 Output notification in visible ascii banner
  • faae717 Prevent action from caching empty messages
  • 807b36e Remove todo
  • 1158a9e Support env to skip all actions
  • d12bd7c Switch from multi return to ActionResult type
  • fea3ea0 Update init instruction

0.9.5

14 Nov 14:02
dc64744

Choose a tag to compare

Changelog

  • f9414df Add action to block fixup and squash commits
  • 10d9ad9 Add action to ensure branch naming schemes
  • c0dbac5 Add basic docs
  • f20597b Add basic docs
  • 0882e31 Add docs and config example
  • e872a4a Add documentation for all conditions
  • 97cd2b4 Add documentation with example configurations
  • dc85ea1 Add documentation with example configurations
  • 44e9802 Add git-notify action
  • 961378e Add pseudo implementation
  • dc64744 Fix range detection for pre-push & post-rewrite
  • e247385 Fix stdIn mess
  • 48a8d83 Make branch and hash accessible
  • 24991b7 More documentation
  • 46d5462 Optimize action creation
  • 60648db Optimize condition creation

0.9.4

13 Nov 12:16
e2c531c

Choose a tag to compare

Changelog

0.9.3 Pre Release

13 Nov 10:20
55fac1f

Choose a tag to compare

Changelog

  • e9352ea First Homebrew experiment

0.9.2 Pre Release

12 Nov 21:50
6008968

Choose a tag to compare

Changelog

0.9.1 Pre Release

11 Nov 15:44
39849a4

Choose a tag to compare

This is far from production ready and a lot is missing. On the other hand a lot is working already. Enough basically to at least test it.