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)