Skip to content

v1.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jun 23:32
· 790 commits to master since this release

🚀 Updates

  • Added code owners (CODEOWNERS) support.

    • Added owners setting to moon.yml.
    • Added codeowners setting to .moon/workspace.yml.
    • Added moon sync codeowners command.
  • Added vcs.provider setting to .moon/workspace.yml.

  • Added a new action to the graph, SyncWorkspace, that'll be used for workspace-level checks.

  • Added workspace.syncing and workspace.synced webhooks.

  • Added MOON_OUTPUT_STYLE and MOON_RETRY_COUNT environment variables.

  • Rust

    • Improved Cargo workspace root and members detection.

⚙️ Internal

  • Deprecated the moon sync command, use moon sync projects instead.
  • Refactored task inputs, outputs, and file groups to be more accurate.
  • Updated Rust to v1.70.