🚀 Updates
- Added an
allowFailure
task option, allowing tasks to fail without bailing the entire run.- Tasks allowed to fail cannot be depended on.
- Added colors to command line
--help
menus. - Updated
runner.archivableTargets
to support tag scoped targets. - Updated
moon query tasks
to filter out projects with no tasks. - Updated
moon query tasks --affected
to filter based on affected task, instead of affected
project. - Updated proto integration from v0.12 to v0.16:
- proto tools are now powered by WASM plugins, which will be downloaded by moon on-demand.
- Yarn v2+ will now download the requested version, and not downgrade to latest v1.
- Please report any issues or degradations from this migration.
- View entire proto changelog.
🐞 Fixes
- Fixed
moon init
not using the remote default branch when scaffolding.
⚙️ Internal
- Cleaned up moonbase and launchpad implementations.
- Updated Rust to v1.72.