What's Changed
- Use treeless clone to efficiently retrieve enough history to diff with the
--merge-base
option. by @lerebear in #34 - Bump
sizeup-core
to0.4.1
to pick up logging bug fix. by @lerebear in #35
Full Changelog: v0.4.5...v0.5.0
Upgrading from version 0.4.x
Please note that this workflow now manages its own git clone
, fetch
and checkout
operations. As a result, you should no longer use actions/checkout
in a workflow step prior to the step that uses lerebear/sizeup-action
. Please see the usage section of the README for the latest workflow configuration guidance.