Is your feature request related to a problem? Please describe.
There are multiple things we do on release of any Ory project.
Some, e.g. rendering the version schema, create commits that will be pushed after the tag has been created.
It is however required for ory/keto#719 to include an automated commit in the release.
Describe the solution you'd like
Add the possibility to define hooks that ory dev release runs before any release.
Additional context
Similar to https://goreleaser.com/customization/hooks/
Is your feature request related to a problem? Please describe.
There are multiple things we do on release of any Ory project.
Some, e.g. rendering the version schema, create commits that will be pushed after the tag has been created.
It is however required for ory/keto#719 to include an automated commit in the release.
Describe the solution you'd like
Add the possibility to define hooks that
ory dev releaseruns before any release.Additional context
Similar to https://goreleaser.com/customization/hooks/