mirror of
https://github.com/taiki-e/install-action.git
synced 2025-12-27 01:54:13 -05:00
17 lines
434 B
JSON
17 lines
434 B
JSON
{
|
|
"repository": "https://github.com/release-plz/release-plz",
|
|
"website": "https://release-plz.dev/",
|
|
"tag_prefix": "release-plz-v",
|
|
"rust_crate": "${package}",
|
|
"asset_name": "${package}-${rust_target}.tar.gz",
|
|
"version_range": ">= 0.3.20",
|
|
"platform": {
|
|
"x86_64_linux_musl": {},
|
|
"x86_64_macos": {},
|
|
"x86_64_windows": {},
|
|
"aarch64_linux_musl": {},
|
|
"aarch64_macos": {},
|
|
"aarch64_windows": {}
|
|
}
|
|
}
|