Add typos (#422)

This commit is contained in:
John Vandenberg
2024-03-27 22:12:31 +08:00
committed by GitHub
parent d70e241ae4
commit a9f98a05a1
3 changed files with 1731 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"repository": "https://github.com/crate-ci/typos",
"tag_prefix": "v",
"rust_crate": "${package}-cli",
"asset_name": "${package}-v${version}-${rust_target}.tar.gz",
"version_range": ">= 1.0.0",
"platform": {
"x86_64_linux_musl": {},
"x86_64_macos": {},
"x86_64_windows": {
"asset_name": "${package}-v${version}-${rust_target}.zip"
},
"aarch64_macos": {}
}
}