codegen: Detect deleted releases

This commit is contained in:
Taiki Endo
2026-04-05 04:19:28 +09:00
parent 5311ff906c
commit 11f5a9921c
4 changed files with 20 additions and 453 deletions

View File

@@ -1,6 +1,6 @@
{
"repository": "https://github.com/knope-dev/knope",
"tag_prefix": "knope/v",
"tag_prefix": ["knope/v", "v"],
"rust_crate": "${package}",
"asset_name": "${package}-${rust_target}.tgz",
"bin": "${package}-${rust_target}/${package}${exe}",

View File

@@ -1,6 +1,6 @@
{
"repository": "https://github.com/wasmCloud/wasmCloud",
"tag_prefix": "wash-v",
"tag_prefix": ["wash-v", "wash-cli-v"],
"rust_crate": "${package}",
"asset_name": "${package}-${rust_target}${exe}",
"signing": {