codegen: Remove flaky license auto-detection

This commit is contained in:
Taiki Endo
2026-04-15 22:25:36 +09:00
parent 2ed84e4b1e
commit 0cc19d4b74
166 changed files with 80 additions and 351 deletions

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/tj-actions/auto-doc",
"license_markdown": "[Apache-2.0](https://github.com/tj-actions/auto-doc/blob/main/LICENSE)",
"tag_prefix": "v",
"bin": "${package}${exe}",
"version_range": ">= 3.0.0",

View File

@@ -1,7 +1,7 @@
{
"repository": "https://github.com/rustsec/rustsec",
"website": "https://github.com/rustsec/rustsec/tree/HEAD/cargo-audit",
"license_markdown": "[Apache-2.0](https://github.com/rustsec/rustsec/blob/HEAD/cargo-audit/LICENSE-APACHE) OR [MIT](https://github.com/rustsec/rustsec/blob/HEAD/cargo-audit/LICENSE-MIT)",
"license_markdown": "[Apache-2.0](https://github.com/rustsec/rustsec/blob/main/cargo-audit/LICENSE-APACHE) OR [MIT](https://github.com/rustsec/rustsec/blob/main/cargo-audit/LICENSE-MIT)",
"tag_prefix": "cargo-audit/v",
"rust_crate": "${package}",
"asset_name": "${package}-${rust_target}-v${version}.tgz",

View File

@@ -1,6 +1,6 @@
{
"repository": "https://github.com/rust-secure-code/cargo-auditable",
"license_markdown": "[Apache-2.0](https://github.com/rust-secure-code/cargo-auditable/blob/HEAD/LICENSE-APACHE) OR [MIT](https://github.com/rust-secure-code/cargo-auditable/blob/HEAD/LICENSE-MIT)",
"license_markdown": "[Apache-2.0](https://github.com/rust-secure-code/cargo-auditable/blob/master/LICENSE-APACHE) OR [MIT](https://github.com/rust-secure-code/cargo-auditable/blob/master/LICENSE-MIT)",
"tag_prefix": "v",
"rust_crate": "${package}",
"asset_name": "${package}-${rust_target}.tar.xz",

View File

@@ -1,6 +1,6 @@
{
"repository": "https://github.com/cargo-bins/cargo-binstall",
"license_markdown": "[GPL-3.0](https://github.com/cargo-bins/cargo-binstall/blob/HEAD/crates/bin/LICENSE)",
"license_markdown": "[GPL-3.0](https://github.com/cargo-bins/cargo-binstall/blob/main/crates/bin/LICENSE)",
"tag_prefix": "v",
"rust_crate": "${package}",
"asset_name": "${package}-${rust_target}.zip",

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/RalfJung/cargo-careful",
"license_markdown": "[MIT](https://github.com/RalfJung/cargo-careful/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/RalfJung/cargo-careful/blob/master/LICENSE-APACHE)",
"tag_prefix": "v",
"rust_crate": "${package}",
"asset_name": "${package}-${rust_target}",

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/CycloneDX/cyclonedx-rust-cargo",
"license_markdown": "[Apache-2.0](https://github.com/CycloneDX/cyclonedx-rust-cargo/blob/main/LICENSE)",
"tag_prefix": "cargo-cyclonedx-",
"rust_crate": "${package}",
"bin": "${package}-${rust_target}/${package}${exe}",

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/deadlinks/cargo-deadlinks",
"license_markdown": "[MIT](https://github.com/deadlinks/cargo-deadlinks/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/deadlinks/cargo-deadlinks/blob/master/LICENSE-APACHE)",
"tag_prefix": "",
"rust_crate": "${package}",
"asset_name": "${package}-${rust_target_os}",

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/EmbarkStudios/cargo-deny",
"license_markdown": "[MIT](https://github.com/EmbarkStudios/cargo-deny/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/EmbarkStudios/cargo-deny/blob/main/LICENSE-APACHE)",
"tag_prefix": "",
"rust_crate": "${package}",
"asset_name": "${package}-${version}-${rust_target}.tar.gz",

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/sonos/dinghy",
"license_markdown": "[MIT](https://github.com/sonos/dinghy/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/sonos/dinghy/blob/main/LICENSE-APACHE)",
"tag_prefix": "",
"rust_crate": "${package}",
"broken": ["0.7.0"],

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/bazhenov/cargo-export",
"license_markdown": "[MIT](https://github.com/bazhenov/cargo-export/blob/master/LICENSE)",
"tag_prefix": "v",
"rust_crate": "${package}",
"asset_name": "${package}-v${version}-${rust_target}.tar.gz",

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/taiki-e/cargo-hack",
"license_markdown": "[Apache-2.0](https://github.com/taiki-e/cargo-hack/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/cargo-hack/blob/main/LICENSE-MIT)",
"tag_prefix": "v",
"rust_crate": "${package}",
"asset_name": [

View File

@@ -1,6 +1,7 @@
{
"repository": "https://github.com/mitsuhiko/insta",
"website": "https://insta.rs/",
"license_markdown": "[Apache-2.0](https://github.com/mitsuhiko/insta/blob/master/LICENSE)",
"tag_prefix": "",
"rust_crate": "${package}",
"asset_name": "${package}-${rust_target}.tar.xz",

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/cargo-lambda/cargo-lambda",
"license_markdown": "[MIT](https://github.com/cargo-lambda/cargo-lambda/blob/main/LICENSE)",
"tag_prefix": "v",
"rust_crate": "${package}",
"asset_name": "${package}-v${version}.${rust_target}.tar.gz",

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/taiki-e/cargo-llvm-cov",
"license_markdown": "[Apache-2.0](https://github.com/taiki-e/cargo-llvm-cov/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/cargo-llvm-cov/blob/main/LICENSE-MIT)",
"tag_prefix": "v",
"rust_crate": "${package}",
"asset_name": "${package}-${rust_target}.tar.gz",

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/bnjbvr/cargo-machete",
"license_markdown": "[MIT](https://github.com/bnjbvr/cargo-machete/blob/main/LICENSE.md)",
"tag_prefix": "v",
"rust_crate": "${package}",
"asset_name": "${package}-v${version}-${rust_target}.tar.gz",

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/sagiegurari/cargo-make",
"license_markdown": "[Apache-2.0](https://github.com/sagiegurari/cargo-make/blob/master/LICENSE)",
"tag_prefix": "",
"rust_crate": "${package}",
"asset_name": "${package}-v${version}-${rust_target}.zip",

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/taiki-e/cargo-minimal-versions",
"license_markdown": "[Apache-2.0](https://github.com/taiki-e/cargo-minimal-versions/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/cargo-minimal-versions/blob/main/LICENSE-MIT)",
"tag_prefix": "v",
"rust_crate": "${package}",
"asset_name": "${package}-${rust_target}.tar.gz",

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/killzoner/cargo-neat",
"license_markdown": "[MIT](https://github.com/killzoner/cargo-neat/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/killzoner/cargo-neat/blob/master/LICENSE-APACHE)",
"tag_prefix": "",
"rust_crate": "${package}",
"asset_name": "${package}-${version}-${rust_target}.tar.gz",

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/nextest-rs/nextest",
"license_markdown": "[Apache-2.0](https://github.com/nextest-rs/nextest/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/nextest-rs/nextest/blob/main/LICENSE-MIT)",
"tag_prefix": "cargo-nextest-",
"rust_crate": "${package}",
"asset_name": "${package}-${version}-${rust_target}.tar.gz",

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/taiki-e/cargo-no-dev-deps",
"license_markdown": "[Apache-2.0](https://github.com/taiki-e/cargo-no-dev-deps/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/cargo-no-dev-deps/blob/main/LICENSE-MIT)",
"tag_prefix": "v",
"rust_crate": "${package}",
"asset_name": "${package}-${rust_target}.tar.gz",

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/orium/cargo-rdme",
"license_markdown": "[MPL-2.0](https://github.com/orium/cargo-rdme/blob/main/LICENSE.md)",
"tag_prefix": "v",
"rust_crate": "${package}",
"broken": [

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/obi1kenobi/cargo-semver-checks",
"license_markdown": "[Apache-2.0](https://github.com/obi1kenobi/cargo-semver-checks/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/obi1kenobi/cargo-semver-checks/blob/main/LICENSE-MIT)",
"tag_prefix": "v",
"rust_crate": "${package}",
"asset_name": "${package}-${rust_target}.tar.gz",

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/Boshen/cargo-shear",
"license_markdown": "[MIT](https://github.com/Boshen/cargo-shear/blob/main/LICENSE)",
"tag_prefix": "v",
"rust_crate": "${package}",
"asset_name": "${package}-${rust_target}.tar.gz",

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/xd009642/tarpaulin",
"license_markdown": "[MIT](https://github.com/xd009642/tarpaulin/blob/develop/LICENSE-MIT) OR [Apache-2.0](https://github.com/xd009642/tarpaulin/blob/develop/LICENSE-APACHE)",
"tag_prefix": "",
"rust_crate": "${package}",
"asset_name": "${package}-${rust_target}.tar.gz",

View File

@@ -1,6 +1,6 @@
{
"repository": "https://github.com/est31/cargo-udeps",
"license_markdown": "[Apache-2.0 OR MIT](https://github.com/est31/cargo-udeps/blob/HEAD/LICENSE)",
"license_markdown": "[Apache-2.0 OR MIT](https://github.com/est31/cargo-udeps/blob/master/LICENSE)",
"tag_prefix": "v",
"rust_crate": "${package}",
"asset_name": "${package}-v${version}-${rust_target}.tar.gz",

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/jfrimmel/cargo-valgrind",
"license_markdown": "[MIT](https://github.com/jfrimmel/cargo-valgrind/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/jfrimmel/cargo-valgrind/blob/master/LICENSE-APACHE)",
"tag_prefix": "",
"rust_crate": "${package}",
"asset_name": "${package}-${version}-${rust_target}.tar.gz",

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/rust-cross/cargo-zigbuild",
"license_markdown": "[MIT](https://github.com/rust-cross/cargo-zigbuild/blob/main/LICENSE)",
"tag_prefix": "v",
"rust_crate": "${package}",
"asset_name": "${package}-v${version}.${rust_target}.tar.gz",

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/uutils/coreutils",
"license_markdown": "[MIT](https://github.com/uutils/coreutils/blob/main/LICENSE)",
"tag_prefix": "",
"rust_crate": "${package}",
"asset_name": "${package}-${version}-${rust_target}.tar.gz",

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/sigstore/cosign",
"license_markdown": "[Apache-2.0](https://github.com/sigstore/cosign/blob/main/LICENSE)",
"tag_prefix": "v",
"version_range": ">= 3.0.0",
"signing": {

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/jesse-black/covgate",
"license_markdown": "[Apache-2.0](https://github.com/jesse-black/covgate/blob/main/LICENSE)",
"tag_prefix": "v",
"rust_crate": "${package}",
"asset_name": "${package}-v${version}-${rust_target}.tar.gz",

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/cross-rs/cross",
"license_markdown": "[MIT](https://github.com/cross-rs/cross/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/cross-rs/cross/blob/main/LICENSE-APACHE)",
"tag_prefix": "v",
"rust_crate": "${package}",
"asset_name": [

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/CycloneDX/cyclonedx-cli",
"license_markdown": "[Apache-2.0](https://github.com/CycloneDX/cyclonedx-cli/blob/main/LICENSE)",
"tag_prefix": "v",
"version_range": ">= 0.27.2",
"platform": {

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/DeepSourceCorp/cli",
"license_markdown": "[BSD-2-Clause](https://github.com/DeepSourceCorp/cli/blob/master/LICENSE)",
"tag_prefix": "v",
"version_range": ">= 0.8.6",
"platform": {

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/dprint/dprint",
"license_markdown": "[MIT](https://github.com/dprint/dprint/blob/main/LICENSE)",
"tag_prefix": "",
"rust_crate": "${package}",
"asset_name": "${package}-${rust_target}.zip",

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/earthly/earthly",
"license_markdown": "[MPL-2.0](https://github.com/earthly/earthly/blob/main/LICENSE)",
"tag_prefix": "v",
"version_range": ">= 0.8.13",
"platform": {

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/editorconfig-checker/editorconfig-checker",
"license_markdown": "[MIT](https://github.com/editorconfig-checker/editorconfig-checker/blob/main/LICENSE)",
"tag_prefix": "v",
"version_range": ">= 3.0.0",
"platform": {

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/esp-rs/espup",
"license_markdown": "[MIT](https://github.com/esp-rs/espup/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/esp-rs/espup/blob/main/LICENSE-APACHE)",
"tag_prefix": "v",
"rust_crate": "${package}",
"asset_name": "${package}-${rust_target}.zip",

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/orhun/git-cliff",
"license_markdown": "[MIT](https://github.com/orhun/git-cliff/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/orhun/git-cliff/blob/main/LICENSE-APACHE)",
"tag_prefix": "v",
"rust_crate": "${package}",
"asset_name": "${package}-${version}-${rust_target}.tar.gz",

View File

@@ -1,6 +1,6 @@
{
"repository": "https://github.com/mozilla/grcov",
"license_markdown": "[MPL-2.0](https://github.com/mozilla/grcov/blob/HEAD/LICENSE-MPL-2.0)",
"license_markdown": "[MPL-2.0](https://github.com/mozilla/grcov/blob/master/LICENSE-MPL-2.0)",
"tag_prefix": "v",
"rust_crate": "${package}",
"asset_name": "${package}-${rust_target}.tar.bz2",

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/sharkdp/hyperfine",
"license_markdown": "[MIT](https://github.com/sharkdp/hyperfine/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/sharkdp/hyperfine/blob/master/LICENSE-APACHE)",
"tag_prefix": "v",
"rust_crate": "${package}",
"asset_name": "${package}-v${version}-${rust_target}.tar.gz",

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/01mf02/jaq",
"license_markdown": "[MIT](https://github.com/01mf02/jaq/blob/main/LICENSE-MIT)",
"tag_prefix": "v",
"rust_crate": "${package}",
"asset_name": "${package}-v${version}-${rust_target}",

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/casey/just",
"license_markdown": "[CC0-1.0](https://github.com/casey/just/blob/master/LICENSE)",
"tag_prefix": "",
"rust_crate": "${package}",
"broken": ["1.25.1"],

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/knope-dev/knope",
"license_markdown": "[MIT](https://github.com/knope-dev/knope/blob/main/LICENSE)",
"tag_prefix": ["knope/v", "v"],
"rust_crate": "${package}",
"asset_name": "${package}-${rust_target}.tgz",

View File

@@ -1,6 +1,7 @@
{
"repository": "https://github.com/maplibre/martin",
"website": "https://maplibre.org/martin/",
"license_markdown": "[MIT](https://github.com/maplibre/martin/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/maplibre/martin/blob/main/LICENSE-APACHE)",
"tag_prefix": "martin-v",
"rust_crate": "${package}",
"asset_name": "${package}-${rust_target}.tar.gz",

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/lambdalisue/rs-mdbook-alerts",
"license_markdown": "[MIT](https://github.com/lambdalisue/rs-mdbook-alerts/blob/main/LICENSE)",
"tag_prefix": "v",
"rust_crate": "${package}",
"asset_name": "${package}-${rust_target}",

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/Michael-F-Bryan/mdbook-linkcheck",
"license_markdown": "[MIT](https://github.com/Michael-F-Bryan/mdbook-linkcheck/blob/master/LICENSE)",
"tag_prefix": "v",
"rust_crate": "${package}",
"asset_name": "${package}.${rust_target}.zip",

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/CommanderStorm/mdbook-mermaid-ssr",
"license_markdown": "[MPL-2.0](https://github.com/CommanderStorm/mdbook-mermaid-ssr/blob/main/LICENSE)",
"tag_prefix": "v",
"rust_crate": "${package}",
"asset_name": "${package}-${rust_target}.tar.gz",

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/badboy/mdbook-mermaid",
"license_markdown": "[MPL-2.0](https://github.com/badboy/mdbook-mermaid/blob/main/LICENSE)",
"tag_prefix": "v",
"rust_crate": "${package}",
"asset_name": "${package}-v${version}-${rust_target}.tar.gz",

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/rust-lang/mdBook",
"license_markdown": "[MPL-2.0](https://github.com/rust-lang/mdBook/blob/master/LICENSE)",
"tag_prefix": "v",
"rust_crate": "${package}",
"asset_name": "${package}-v${version}-${rust_target}.tar.gz",

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/jdx/mise",
"license_markdown": "[MIT](https://github.com/jdx/mise/blob/main/LICENSE)",
"tag_prefix": "v",
"rust_crate": "${package}",
"bin": "mise/bin/${package}${exe}",

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/google/osv-scanner",
"license_markdown": "[Apache-2.0](https://github.com/google/osv-scanner/blob/main/LICENSE)",
"tag_prefix": "v",
"version_range": ">= 1.0.0",
"platform": {

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/taiki-e/parse-changelog",
"license_markdown": "[Apache-2.0](https://github.com/taiki-e/parse-changelog/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/parse-changelog/blob/main/LICENSE-MIT)",
"tag_prefix": "v",
"rust_crate": "${package}",
"asset_name": [

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/taiki-e/parse-dockerfile",
"license_markdown": "[Apache-2.0](https://github.com/taiki-e/parse-dockerfile/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/parse-dockerfile/blob/main/LICENSE-MIT)",
"tag_prefix": "v",
"rust_crate": "${package}",
"asset_name": "${package}-${rust_target}.tar.gz",

View File

@@ -1,6 +1,6 @@
{
"repository": "https://github.com/protocolbuffers/protobuf",
"license_markdown": "[BSD-3-Clause](https://github.com/protocolbuffers/protobuf/blob/HEAD/LICENSE)",
"license_markdown": "[BSD-3-Clause](https://github.com/protocolbuffers/protobuf/blob/main/LICENSE)",
"tag_prefix": "v",
"default_major_version": "3",
"platform": {

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/rclone/rclone",
"license_markdown": "[MIT](https://github.com/rclone/rclone/blob/master/COPYING)",
"tag_prefix": "v",
"version_range": ">= 1.66.0",
"platform": {

View File

@@ -1,6 +1,7 @@
{
"repository": "https://github.com/release-plz/release-plz",
"website": "https://release-plz.dev/",
"license_markdown": "[MIT](https://github.com/release-plz/release-plz/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/release-plz/release-plz/blob/main/LICENSE-APACHE)",
"tag_prefix": "release-plz-v",
"rust_crate": "${package}",
"asset_name": "${package}-${rust_target}.tar.gz",

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/mozilla/sccache",
"license_markdown": "[Apache-2.0](https://github.com/mozilla/sccache/blob/main/LICENSE)",
"tag_prefix": "v",
"rust_crate": "${package}",
"asset_name": "${package}-v${version}-${rust_target}.tar.gz",

View File

@@ -1,6 +1,7 @@
{
"repository": "https://github.com/koalaman/shellcheck",
"website": "https://www.shellcheck.net",
"license_markdown": "[GPL-3.0](https://github.com/koalaman/shellcheck/blob/master/LICENSE)",
"tag_prefix": "v",
"bin": "${package}-v${version}/${package}${exe}",
"platform": {

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/mvdan/sh",
"license_markdown": "[BSD-3-Clause](https://github.com/mvdan/sh/blob/master/LICENSE)",
"tag_prefix": "v",
"platform": {
"x86_64_linux_musl": {

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/anchore/syft",
"license_markdown": "[Apache-2.0](https://github.com/anchore/syft/blob/main/LICENSE)",
"tag_prefix": "v",
"bin": "${package}${exe}",
"version_range": ">= 0.83.0",

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/tamasfe/taplo",
"license_markdown": "[MIT](https://github.com/tamasfe/taplo/blob/master/LICENSE)",
"tag_prefix": "",
"rust_crate": "${package}-cli",
"asset_name": "${package}-${rust_target_os}-${rust_target_arch}.gz",

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/aquasecurity/trivy",
"license_markdown": "[Apache-2.0](https://github.com/aquasecurity/trivy/blob/main/LICENSE)",
"tag_prefix": "v",
"bin": "${package}${exe}",
"version_range": ">= 0.62.0",

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/trunk-rs/trunk",
"license_markdown": "[MIT](https://github.com/trunk-rs/trunk/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/trunk-rs/trunk/blob/main/LICENSE-APACHE)",
"tag_prefix": "v",
"rust_crate": "${package}",
"asset_name": "${package}-${rust_target}.tar.gz",

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/crate-ci/typos",
"license_markdown": "[MIT](https://github.com/crate-ci/typos/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/crate-ci/typos/blob/master/LICENSE-APACHE)",
"tag_prefix": "v",
"rust_crate": "${package}-cli",
"asset_name": "${package}-v${version}-${rust_target}.tar.gz",

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/houseabsolute/ubi",
"license_markdown": "[MIT](https://github.com/houseabsolute/ubi/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/houseabsolute/ubi/blob/master/LICENSE-APACHE)",
"tag_prefix": "v",
"rust_crate": "${package}",
"bin": "${package}${exe}",

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/daveshanley/vacuum",
"license_markdown": "[MIT](https://github.com/daveshanley/vacuum/blob/main/LICENSE)",
"tag_prefix": "v",
"version_range": ">= 0.17.0",
"platform": {

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/wasmCloud/wasmCloud",
"license_markdown": "[Apache-2.0](https://github.com/wasmCloud/wasmCloud/blob/main/LICENSE)",
"tag_prefix": ["wash-v", "wash-cli-v"],
"rust_crate": "${package}",
"asset_name": "${package}-${rust_target}${exe}",

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/wasm-bindgen/wasm-bindgen",
"license_markdown": "[MIT](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/LICENSE-APACHE)",
"tag_prefix": "",
"rust_crate": "${package}-cli",
"version_range": ">= 0.2.88",

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/drager/wasm-pack",
"license_markdown": "[MIT](https://github.com/drager/wasm-pack/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/drager/wasm-pack/blob/master/LICENSE-APACHE)",
"tag_prefix": "v",
"rust_crate": "${package}",
"asset_name": "${package}-v${version}-${rust_target}.tar.gz",

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/bytecodealliance/wasm-tools",
"license_markdown": "[Apache-2.0 WITH LLVM-exception](https://github.com/bytecodealliance/wasm-tools/blob/main/LICENSE-APACHE) OR [Apache-2.0](https://github.com/bytecodealliance/wasm-tools/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/bytecodealliance/wasm-tools/blob/main/LICENSE-MIT)",
"tag_prefix": "v",
"rust_crate": "${package}",
"asset_name": "${package}-${version}-${rust_target_arch}-${rust_target_os}.tar.gz",

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/bytecodealliance/wasmtime",
"license_markdown": "[Apache-2.0 WITH LLVM-exception](https://github.com/bytecodealliance/wasmtime/blob/main/LICENSE)",
"tag_prefix": "v",
"rust_crate": "${package}-cli",
"asset_name": "${package}-v${version}-${rust_target_arch}-${rust_target_os}.tar.xz",

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/ducaale/xh",
"license_markdown": "[MIT](https://github.com/ducaale/xh/blob/master/LICENSE)",
"tag_prefix": "v",
"rust_crate": "${package}",
"asset_name": "${package}-v${version}-${rust_target}.tar.gz",

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/zizmorcore/zizmor",
"license_markdown": "[MIT](https://github.com/zizmorcore/zizmor/blob/main/LICENSE)",
"tag_prefix": "v",
"rust_crate": "${package}",
"asset_name": "${package}-${rust_target}.tar.gz",

View File

@@ -1,5 +1,6 @@
{
"repository": "https://github.com/getzola/zola",
"license_markdown": "[MIT](https://github.com/getzola/zola/blob/master/LICENSE)",
"tag_prefix": "v",
"asset_name": "${package}-v${version}-${rust_target}.tar.gz",
"signing": {