🚀 Updates
- Added git worktree support (experimental).
- Added an
interactive
field to task options. This marks tasks as interactive, so they can use stdin. - Added an
extends
field to task configurations. This allows tasks to extend and inherit settings from sibling tasks. - Updated task
env
values to support token functions and variables. - Updated task
outputs
to support negated globs. - Will now log a warning to the console if a configuration file uses the
.yaml
extension.
🐞 Fixes
- Fixed an issue where
moon ci
would not run affected targets based on touched files.
⚙️ Internal
- Improved caching and hashing layers.