Releases: intuit/auto
v11.0.7
v11.0.6
v11.0.5
🎉 This release contains work from new contributors! 🎉
Thanks for all your work!
❤️ Niccolò Olivieri Achille (@NiccoloOlivieriAchille)
❤️ Niccolò Olivieri Achille (@Zweer)
🐛 Bug Fix
@auto-it/core
- Fixing git
2.43.0
max number issue #2425 #2426 (@NiccoloOlivieriAchille)
- Fixing git
🔩 Dependency Updates
@auto-it/sbt
- Bump strip-ansi from 6.0.0 to 7.0.1 #2307 (@dependabot[bot] @hipstersmoothie)
Authors: 3
- @dependabot[bot]
- Andrew Lisowski (@hipstersmoothie)
- Niccolò Olivieri Achille (@NiccoloOlivieriAchille)
v11.0.4
🐛 Bug Fix
@auto-it/pr-body-labels
- only remove labels if they exist on the PR #2396 (@hborawski)
Authors: 1
- Harris Borawski (@hborawski)
v11.0.3
🐛 Bug Fix
@auto-it/core
@auto-it/protected-branch
Authors: 2
- Andrew Lisowski (@hipstersmoothie)
- Julien Bouyoud (@jBouyoud)
v11.0.1
🎉 This release contains work from new contributors! 🎉
Thanks for all your work!
❤️ Paul Aldrich (@aldrichdev)
❤️ Satish Pokala (@Satishpokala124)
🐛 Bug Fix
@auto-it/cocoapods
- [CocoaPods] switch Promise.all for reduce to avoid git lock #2327 (@hborawski)
📝 Documentation
- Fix typo in FAQ #2381 (@Satishpokala124)
@auto-it/protected-branch
- Update Protected-Branch README.md #2383 (@aldrichdev)
Authors: 3
- Harris Borawski (@hborawski)
- Paul Aldrich (@aldrichdev)
- Satish Pokala (@Satishpokala124)
v11.0.0
🎉 This release contains work from new contributors! 🎉
Thanks for all your work!
❤️ Ashik Vetrivelu (@ashik94vc)
❤️ Chris (@ccremer)
Release Notes
upgrade lerna (#2378)
This releases upgrades the lerna package in the npm plugin to latest. This is a big upgrade and constitutes a breaking change.
💥 Breaking Change
- upgrade lerna #2378 (@hipstersmoothie)
📝 Documentation
- Update GitHub actions usage example #2366 (@ccremer)
@auto-it/gradle
- feat: update broken markdown for gradle-release plugin link #2374 (@ashik94vc)
Authors: 3
- Andrew Lisowski (@hipstersmoothie)
- Ashik Vetrivelu (@ashik94vc)
- Chris (@ccremer)
v10.46.0
Release Notes
Add --from latest option to release and changelog commands (#2356)
You can now use --from latest
in both the changelog
and release
commands.
This is useful if you want to generate a changelog for a prerelease that includes all changes since the latest
release.
auto release --from latest --prerelease
🚀 Enhancement
auto
,@auto-it/core
- Add --from latest option to release and changelog commands #2356 (@hipstersmoothie)
Authors: 1
- Andrew Lisowski (@hipstersmoothie)