v1.28.2
·
158 commits
to master
since this release
🚀 Updates
- Updated cached task outputs to now be prefixed with the task target when printing to the console.
- Updated Bun/Yarn lockfile parsing to temporarily log a warning on parse failure instead of exiting
with an error. This change was made as there are currently no actionable or human-readable error
messages.
🐞 Fixes
- Fixed an issue where empty lines were being trimmed while streaming task console output.
- Fixed an issue where tasks that errored before the command is executed, would swallow the error
inmoon ci
.- It would also put the task in a non-failed state depending on the order of operations. This
should be correct now.
- It would also put the task in a non-failed state depending on the order of operations. This