You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added an experiments.strictProjectIds setting to .moon/workspace.yml. When enabled, will
disallow using original IDs for renamed projects (via the id 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.ymldestination setting.