Skip to content

Releases: ds300/lazyrepo

v0.0.0-alpha.27

05 Jun 16:18
Compare
Choose a tag to compare

💥 Breaking Change

🐛 Bug Fix

⚠️ Pushed to main

  • make windows tests run in band (@ds300)
  • reinstate setup action (@ds300)

Authors: 2

v0.0.0-alpha.26

02 May 11:33
Compare
Choose a tag to compare

🐛 Bug Fix

  • [fix] allow top-level scripts to run after other scripts #98 (@ds300)

Authors: 1

v0.0.0-alpha.25

02 May 10:09
Compare
Choose a tag to compare

🐛 Bug Fix

Authors: 1

v0.0.0-alpha.24

02 May 07:19
Compare
Choose a tag to compare

Release Notes

Cache console output (#92)

  • Add support for a logMode option with the following options:
    • 'none' – console output from tasks is only written to log files, never printed.
    • 'new-only' (default) – console output from tasks is only printed if the task actually runs (i.e. is a cache miss or has cache disabled)
    • 'errors-only' – only log the output if the task fails
    • 'full' – always log the output, including the cached output if the task was a cache hit.
  • Changes the output paths of manifests and diffs.

🚀 Enhancement

🐛 Bug Fix

Authors: 1

v0.0.0-alpha.23

28 Apr 08:42
Compare
Choose a tag to compare

💥 Breaking Change

  • Rename "tasks" config option to "scripts" #83 (@ds300)

🚀 Enhancement

  • Log full diff + manifest on CI #85 (@ds300)

⚠️ Pushed to main

🏠 Internal

  • add pr-label-enforcer worker to repo #82 (@ds300)

Authors: 1

v0.0.0-alpha.22

25 Apr 10:28
Compare
Choose a tag to compare

🐛 Bug Fix

  • tests(manifest constructor): add property-based-tests & fix bugs #80 (@ds300)

⚠️ Pushed to main

🏠 Internal

  • Run Label Enforcer on Cloudflare worker #81 (@ds300)

🧪 Tests

  • tests: use memfs in ManifestConstructor.test #78 (@ds300)

Authors: 1

v0.0.0-alpha.21

22 Apr 07:53
Compare
Choose a tag to compare

🐛 Bug Fix

⚠️ Pushed to main

  • fix prettier usage in publish-new.js (@ds300)
  • update logo (@ds300)

🏠 Internal

  • run prettier before committing changelog #76 (@ds300)

Authors: 2

v0.0.0-alpha.20

21 Apr 13:31
Compare
Choose a tag to compare

🐛 Bug Fix

Authors: 1

v0.0.0-alpha.19

21 Apr 13:05
Compare
Choose a tag to compare
Update CHANGELOG.md [skip ci]

v0.0.0-alpha.18

21 Apr 10:02
Compare
Choose a tag to compare

🐛 Bug Fix

🏠 Internal

  • don't run check-pr-labels on merged/closed PRs #73 (@ds300)
  • Improve check-pr-labels script #71 (@ds300)
  • add check-pr-labels script #70 (@ds300)

🧪 Tests

Authors: 3