@moonrepo/core-linux-x64-gnu
Advanced tools
Changelog
1.10.1
.gitignore
patterns weren't always applied correctly.git hash-object
commands would fail if moon was setup in a sub-directory.--json
), resulting in JSON parsing errors.Changelog
1.10.0
These changes are fixing edge cases that should not have been allowed, but may break existing repos. If these changes become troublesome, we'll revert.
MOON_BASE
and MOON_HEAD
environment variables.
moon ci
and moon run
.deno.bins
setting to .moon/toolchain.yml
.hasher.ignorePatterns
and hasher.ignoreMissingPatterns
settings to
.moon/workspace.yml
.moon ci
to include a summary of all failed actions.moon run
to compare against the previous commit when running on the default branch and
using --remote
.rust.bins
in .moon/toolchain.yml
to support an object for each bin entry.
Changelog
1.9.2
Changelog
1.9.0
vcs.hooks
and vcs.syncHooks
settings to .moon/workspace.yml
.moon sync hooks
command.--clean
and --force
flags to moon sync codeowners
command.moon init
to:
vcs.provider
setting.InstallNodeDeps
action to SetupNodeTool
action. This includes
syncing packageManager
, engines
, and version files. This should feel more natural.dev
, start
, or serve
tasks would not always be marked as local
.Changelog
1.8.3
Changelog
1.8.2
CODEOWNERS
to take .editorconfig
into account when generating.git
branch commands would fail on <= v2.22.Changelog
1.8.1
@moonrepo/types
.Changelog
1.8.0
CODEOWNERS
) support.
owners
setting to moon.yml
.codeowners
setting to .moon/workspace.yml
.moon sync codeowners
command.vcs.provider
setting to .moon/workspace.yml
.SyncWorkspace
, that'll be used for workspace-level checks.workspace.syncing
and workspace.synced
webhooks.MOON_OUTPUT_STYLE
and MOON_RETRY_COUNT
environment variables.moon sync
command, use moon sync projects
instead.Changelog
1.7.3