v1.29.4
·
117 commits
to master
since this release
🚀 Updates
- Added an
experiments.strictProjectIds
setting to.moon/workspace.yml
. When enabled, will
disallow using original IDs for renamed projects (via theid
setting) when building the project
graph. - Updated codegen/template
destination
to be relative from the workspace root if prefixed with
/
, otherwise the current working directory.
🐞 Fixes
- Fixed an issue where moon would attempt to execute a folder if it has the same name as the current
shell. - Fixed an issue where
[working_dir]
and[workspace_root]
variables were not working in the
template.yml
destination
setting.
⚙️ Internal
- Updated dependencies.
- Updated proto to v0.42.0 (from 0.41.3).