versio icon indicating copy to clipboard operation
versio copied to clipboard

Add more hooks

Open chaaz opened this issue 3 years ago • 0 comments

This adds additional hooks to the runtime, which (just like the existing post_write hook) will not run on a dry run.

Hooks added:

  • pre_begin : runs before everything
  • pre_write : runs jjust before writing files
  • post_commit : runs after commits/push, but before tags
  • post_tag : runs after tagging
  • post_end : runs after everything

chaaz avatar Jan 26 '23 20:01 chaaz