mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-18 20:02:36 +08:00
Add release-plz (#649)
This commit is contained in:
15
tools/codegen/base/release-plz.json
Normal file
15
tools/codegen/base/release-plz.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"repository": "https://github.com/MarcoIeni/release-plz",
|
||||
"website": "https://release-plz.ieni.dev/",
|
||||
"tag_prefix": "release-plz-v",
|
||||
"rust_crate": "${package}",
|
||||
"asset_name": "${package}-${rust_target}.tar.gz",
|
||||
"platform": {
|
||||
"aarch64_macos": {},
|
||||
"aarch64_windows": {},
|
||||
"aarch64_linux_musl": {},
|
||||
"x86_64_macos": {},
|
||||
"x86_64_windows": {},
|
||||
"x86_64_linux_musl": {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user