🎉 Release
- Released a new GitHub action,
moonrepo/run-report-action!
💥 Breaking
- Reworked how caching/hashing works when running in a Docker container/image. If the VCS root
cannot be found, we disable caching. This removes the requirement of mounting a.gitvolume for
Docker.
🚀 Updates
- Added a new
moon generatecommand, for code generation and scaffolding. - Added a
generatorsetting to.moon/workspace.yml, for controlling aspects of the generator and
its templates. - Updated the project graph to scan and find implicit dependencies based on language specific
semantics. For example, will determine moon project relationships based onpackage.jsonnames
and dependencies. - Updated
moon setupto also install Node.js dependencies.
🐞 Fixes
- Fixed an issue where project and task names were not being cleaned/formatted properly.