Release Notes
From #1609
This release simplifies some of the hooks arguements to allow for easier future extensibility.
The following hooks have had their second argument converted to an object that takes a "context" of pertinent information:
afterShipIt
onCreateChangelog
publish
next
Please consult the docs or plugin implementations for further detail.
💥 Breaking Change
@auto-it/core
,@auto-it/cocoapods
,@auto-it/crates
,@auto-it/docker
,@auto-it/exec
,@auto-it/first-time-contributor
,@auto-it/gem
,@auto-it/git-tag
,@auto-it/jira
,@auto-it/maven
,@auto-it/npm
,@auto-it/omit-release-notes
- simplify hook APIs for easier future extensibility #1609 (@hipstersmoothie)
Authors: 1
- Andrew Lisowski (@hipstersmoothie)