Releases: intuit/auto
Releases · intuit/auto
v2.0.3
🐛 Bug Fix
- Only warn about git user when it isn't set #160 (@hipstersmoothie)
Authors: 1
- Andrew Lisowski (@hipstersmoothie)
v2.0.2
🐛 Bug Fix
- Await all hook promises #162 (@hipstersmoothie)
Authors: 1
- Andrew Lisowski (@hipstersmoothie)
v2.0.1
🐛 Bug Fix
- Ensure commit messages are strings #158 (@hipstersmoothie)
- Maintain context when spawning git process #157 (@zephraph)
Authors: 2
- Andrew Lisowski (@hipstersmoothie)
- Justin Bennett (@zephraph)
v2.0.0
💥 Breaking Change
- Flags all snake-case and autorc options all camelCase #138 (@hipstersmoothie)
- Tappable Auto - Plugin System #131 (@hipstersmoothie)
🚀 Enhancement
- Only set git user in CI env #151 (@hipstersmoothie)
- Plugins Options: load official, npm package, or path #144 (@hipstersmoothie)
🐛 Bug Fix
- A few missed "await exec" refactors #154 (@hipstersmoothie)
- Raise an error, and fail execution when a sub-command fails #146 (@hipstersmoothie @orta)
- Ensure semVerLabels stays a map as expected #148 (@zephraph)
- convert subcommand flags camelcase too #152 (@hipstersmoothie)
- Increase number of commits to scan for #150 (@hipstersmoothie)
- Get test Coverage back above 80% #145 (@hipstersmoothie)
- Actually load plugins #149 (@hipstersmoothie)
- Improve API Usage, Better Args Typing #139 (@hipstersmoothie)
Authors: 3
- Andrew Lisowski (@hipstersmoothie)
- Orta (@orta)
- Justin Bennett (@zephraph)
v1.0.0
💥 Breaking Change
- Release v1.0.0 #137 (@hipstersmoothie)
🏠 Internal
- Update PULL_REQUEST_TEMPLATE.md #133 (@hipstersmoothie)
📝 Documentation
- Add Prior Art section to Readme #136 (@hipstersmoothie)
- Add artsy/reaction to the list of projects using auto #134 (@adierkens)
Authors: 2
- Andrew Lisowski (@hipstersmoothie)
- Adam Dierkens (@adierkens)
v0.37.9
🐛 Bug Fix
- Changes the verbose logging so that it doesn't leak tokens #130 (@hipstersmoothie)
Authors: 1
- Andrew Lisowski (@hipstersmoothie)
v0.37.8
🐛 Bug Fix
- Fix custom labels not respected by the semver checker #128 (@hipstersmoothie)
Authors: 1
- Andrew Lisowski (@hipstersmoothie)
v0.37.7
🐛 Bug Fix
- print only email when name is not present #126 (@hipstersmoothie)
Authors: 1
- Andrew Lisowski (@hipstersmoothie)
v0.37.6
🐛 Bug Fix
- only set git user if one isn't already set #125 (@hipstersmoothie)
Authors: 1
- Andrew Lisowski (@hipstersmoothie)
v0.37.5
🐛 Bug Fix
- Move @types into devDependencies #123 (@hipstersmoothie @orta)
Authors: 2
- Andrew Lisowski (@hipstersmoothie)
- Orta (@orta)