Skip to content

Releases: lerebear/sizeup-action

v0.8.0

08 Mar 06:31
Compare
Choose a tag to compare

What's Changed

  • Add support for a JSON score artifact. by @lerebear in #49

Full Changelog: v0.7.0...v0.8.0

v0.7.0

04 Mar 18:23
Compare
Choose a tag to compare

What's Changed

  • Change default for creating artifacts for draft pull requests to false. by @lerebear in #47

Full Changelog: v0.6.0...v0.7.0

v0.6.0

04 Mar 06:04
Compare
Choose a tag to compare

What's Changed

  • Add more useful fields to the CSV artifact, as well as configuration for artifact retention. by @lerebear in #46

Full Changelog: v0.5.5...v0.6.0

v0.5.5

03 Mar 11:49
Compare
Choose a tag to compare

What's Changed

  • Add ability to run this workflow in shadow mode by @lerebear in #44
  • Add ability to persist a score artifact by @lerebear in #45

Full Changelog: v0.5.4...v0.5.5

v0.5.4

02 Mar 23:51
Compare
Choose a tag to compare

What's Changed

  • Mitigate race condition around setting size labels. by @lerebear in #43

Full Changelog: v0.5.3...v0.5.4

v0.5.3

25 Feb 21:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.2...v0.5.3

v0.5.2

19 Feb 06:57
Compare
Choose a tag to compare

What's Changed

  • Update recommended workflow triggers. by @lerebear in #38
  • Add a template variable for score details. by @lerebear in #39
  • Correct deprecation alias in default configuration. by @lerebear in #40

Full Changelog: v0.5.1...v0.5.2

v0.5.1

01 Jan 08:46
Compare
Choose a tag to compare

What's Changed

  • Update existing score threshold comment rather than posting a new one with each evaluation. by @lerebear in #37

Full Changelog: v0.5.0...v0.5.1

v0.5.0

01 Jan 04:41
Compare
Choose a tag to compare

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 to 0.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.

v0.4.5

19 Dec 09:28
Compare
Choose a tag to compare

What's Changed

  • Correct value of --shallow-since flag used to fetch history from base branch. by @lerebear in #33

Full Changelog: v0.4.4...v0.4.5