Release Notes
From #916
This PR adds a new hook for plugin developers.
makeRelease
- This hook is called when auto shipit
or auto release
tries to make a release. If untapped auto will run the default behavior. Otherwise it is up to the plugin tapping the hook to call auto.git.publish
to make releases on GitHub.
🚀 Enhancement
@auto-it/core
,@auto-it/npm
,@auto-it/released
,@auto-it/twitter
,@auto-it/upload-assets
- Independent releases #916 (@hipstersmoothie)
Authors: 1
- Andrew Lisowski (@hipstersmoothie)