Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add moonrepo/moon #16330

Merged
merged 2 commits into from
Oct 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 8 additions & 0 deletions pkgs/moonrepo/moon/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
packages:
- name: moonrepo/moon@v1.15.1
- name: moonrepo/moon
version: "@moonrepo/cli@0.12.1"
- name: moonrepo/moon
version: "@moonrepo/cli@0.2.0"
- name: moonrepo/moon
version: "@moonrepo/cli@0.0.6"
41 changes: 41 additions & 0 deletions pkgs/moonrepo/moon/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
packages:
- type: github_release
repo_owner: moonrepo
repo_name: moon
description: A task runner and repo management tool for the web ecosystem
asset: moon-{{.Arch}}-{{.OS}}
format: raw
overrides:
- goos: windows
replacements:
arm64: arm64
replacements:
amd64: x86_64
arm64: aarch64
darwin: apple-darwin
linux: unknown-linux-musl
windows: pc-windows-msvc
supported_envs:
- darwin
- linux
- amd64
version_constraint: semver(">= 1.0.0")
version_overrides:
- version_constraint: semver(">= 0.12.1")
version_prefix: "@moonrepo/cli@"
- version_constraint: semver(">= 0.2.0")
version_prefix: "@moonrepo/cli@"
supported_envs:
- darwin
- amd64
- version_constraint: semver("< 0.2.0")
replacements:
amd64: x86_64
darwin: apple-darwin
linux: unknown-linux-gnu
windows: pc-windows-msvc
supported_envs:
- darwin
- amd64
version_prefix: "@moonrepo/cli@"
rosetta2: true
40 changes: 40 additions & 0 deletions registry.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.