Compare commits

...

11 Commits

Author SHA1 Message Date
Taiki Endo
a983ca7951 Release 2.65.11 2026-01-01 22:25:46 +09:00
Taiki Endo
66de739d66 Update cargo-tarpaulin@latest to 0.35.0 2026-01-01 21:23:04 +09:00
Taiki Endo
790813cf48 Update typos@latest to 1.41.0 2026-01-01 00:18:11 +09:00
Taiki Endo
1a4c35697b Update vacuum@latest to 0.23.0 2025-12-31 14:54:45 +09:00
Taiki Endo
e0db384ad6 Release 2.65.10 2025-12-31 10:15:04 +09:00
Taiki Endo
45500b88f2 Update mise@latest to 2025.12.13 2025-12-31 06:15:51 +09:00
Taiki Endo
4c77e147de Update uv@latest to 0.9.21 2025-12-31 03:19:37 +09:00
Taiki Endo
12a06cb21b Release 2.65.9 2025-12-30 18:05:57 +09:00
Taiki Endo
507b8f4e93 Update cargo-llvm-cov@latest to 0.6.22 2025-12-30 18:04:38 +09:00
Taiki Endo
76e88a5949 Update docs 2025-12-30 17:53:10 +09:00
Taiki Endo
48ae300e12 tools: Update publish.sh 2025-12-30 17:52:36 +09:00
9 changed files with 216 additions and 21 deletions

View File

@@ -10,6 +10,24 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased]
## [2.65.11] - 2026-01-01
- Update `cargo-tarpaulin@latest` to 0.35.0.
- Update `typos@latest` to 1.41.0.
- Update `vacuum@latest` to 0.23.0.
## [2.65.10] - 2025-12-31
- Update `mise@latest` to 2025.12.13.
- Update `uv@latest` to 0.9.21.
## [2.65.9] - 2025-12-30
- Update `cargo-llvm-cov@latest` to 0.6.22.
## [2.65.8] - 2025-12-30
- Update `tombi@latest` to 0.7.14.
@@ -5229,7 +5247,10 @@ Note: This release is considered a breaking change because installing on version
Initial release
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.65.8...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.65.11...HEAD
[2.65.11]: https://github.com/taiki-e/install-action/compare/v2.65.10...v2.65.11
[2.65.10]: https://github.com/taiki-e/install-action/compare/v2.65.9...v2.65.10
[2.65.9]: https://github.com/taiki-e/install-action/compare/v2.65.8...v2.65.9
[2.65.8]: https://github.com/taiki-e/install-action/compare/v2.65.7...v2.65.8
[2.65.7]: https://github.com/taiki-e/install-action/compare/v2.65.6...v2.65.7
[2.65.6]: https://github.com/taiki-e/install-action/compare/v2.65.5...v2.65.6

View File

@@ -3,7 +3,7 @@ description: GitHub Action for installing development tools
inputs:
tool:
description: Tools to install (comma-separated list)
description: Tools to install (whitespace or comma separated list)
required: true
# default: #publish:tool
checksum:

View File

@@ -28,10 +28,44 @@
},
"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)",
"latest": {
"version": "0.6.21"
"version": "0.6.22"
},
"0.6": {
"version": "0.6.21"
"version": "0.6.22"
},
"0.6.22": {
"x86_64_linux_musl": {
"etag": "0x8DE47800604623F",
"checksum": "412ef7263fbddc589c05bcc11b1fa0d039f723b0fcc162d55443bc22dc234bb2"
},
"x86_64_macos": {
"etag": "0x8DE47800C71F8EA",
"checksum": "df089d98e57c5b08f1bedd3ffd0cafa2af4a41cfe7aa26c45ff246ec9a1c2dcb"
},
"x86_64_windows": {
"etag": "0x8DE47800439BD5D",
"checksum": "1fab533fef602d9fea06612668fd032be0245767acffc0cf3c3dc3cf21e78336"
},
"aarch64_linux_musl": {
"etag": "0x8DE477FE19159B2",
"checksum": "a9d8389660462348ee8b9270ba568dd4a8df1d1d45da988d9749cdfbbdc5ac45"
},
"aarch64_macos": {
"etag": "0x8DE47800A2BF84E",
"checksum": "99950504180d51bd4a1b8009d389440e7143f38fcf36d0a4f284e52dd9113c9b"
},
"powerpc64le_linux_musl": {
"etag": "0x8DE477FE334580C",
"checksum": "c97235964f7facbc33de42c307acba4ceb96e89e47195edcde90234854b1b0b3"
},
"riscv64_linux_musl": {
"etag": "0x8DE477FE0B9A009",
"checksum": "70152556df8ee46cbfa255eaa98a07653d78119d2a2785a8951979cf152c7228"
},
"s390x_linux_gnu": {
"etag": "0x8DE477FEA547073",
"checksum": "05c9a7a65528f9eae401edbe85d92c2dbe21317875545af9072ce416fa57b81b"
}
},
"0.6.21": {
"x86_64_linux_musl": {

View File

@@ -19,7 +19,32 @@
},
"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)",
"latest": {
"version": "0.34.1"
"version": "0.35.0"
},
"0.35": {
"version": "0.35.0"
},
"0.35.0": {
"x86_64_linux_musl": {
"etag": "0x8DE492C027404B9",
"checksum": "aa2f052426b91abd7c9669af6ecc6eeeccd3c804179e3334bf0d90d43678f408"
},
"x86_64_macos": {
"etag": "0x8DE492C2D3D836E",
"checksum": "2ce5666613ea6c69b7875fb8a21338f93f960a057eae0d26f9b8b0560ceb8890"
},
"x86_64_windows": {
"etag": "0x8DE492C90716874",
"checksum": "d57bf276b9ac4e06e83d07871154328347ed147b72f852e44d9cf62258d03c16"
},
"aarch64_linux_musl": {
"etag": "0x8DE492C5674694D",
"checksum": "30133ac322d76fd4986d582c09906af831b5de68f5cc2a5168b5ee2133e4d369"
},
"aarch64_macos": {
"etag": "0x8DE492C3243381F",
"checksum": "e08a715f1051a997c6f761b661a9839bb7c06ef0fd9d2c21eafe9db3158ba9a9"
}
},
"0.34": {
"version": "0.34.1"

32
manifests/mise.json generated
View File

@@ -28,13 +28,39 @@
},
"license_markdown": "[MIT](https://github.com/jdx/mise/blob/main/LICENSE)",
"latest": {
"version": "2025.12.12"
"version": "2025.12.13"
},
"2025": {
"version": "2025.12.12"
"version": "2025.12.13"
},
"2025.12": {
"version": "2025.12.12"
"version": "2025.12.13"
},
"2025.12.13": {
"x86_64_linux_musl": {
"etag": "0x8DE47D635B01DAB",
"checksum": "fdc80f994d17e28c4dd1497723fce771fdc4134a92a3a2c9b69d4e608bdaa2ce"
},
"x86_64_macos": {
"etag": "0x8DE47D6375E0DFD",
"checksum": "95fff48912ec9e10a221076541f5ed0afa3ff6843d352af3d2ab46cadaf74a6a"
},
"x86_64_windows": {
"etag": "0x8DE47D637CEC7D0",
"checksum": "fab035370c08f0cdb74e045733373a675c1247dd2bf0bb0f8e739c31b7290932"
},
"aarch64_linux_musl": {
"etag": "0x8DE47D632F59433",
"checksum": "574954f475ee0b069b0a56d1f39e4656ec9ea9351a14bd47131220dd5203adfe"
},
"aarch64_macos": {
"etag": "0x8DE47D636D332D3",
"checksum": "9afd3d73355307b2708eacb060d10e8fe344603510d7aa47cdb2f4dd29f872c8"
},
"aarch64_windows": {
"etag": "0x8DE47D637907E18",
"checksum": "2c86922fbcc25e130b09b01db3c7e910b930340ede0c2d9f884ef0723e7c055a"
}
},
"2025.12.12": {
"x86_64_linux_musl": {

29
manifests/typos.json generated
View File

@@ -22,10 +22,35 @@
},
"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)",
"latest": {
"version": "1.40.1"
"version": "1.41.0"
},
"1": {
"version": "1.40.1"
"version": "1.41.0"
},
"1.41": {
"version": "1.41.0"
},
"1.41.0": {
"x86_64_linux_musl": {
"etag": "0x8DE487B89807FA5",
"checksum": "5ca7a41494f8983d411f6737e41d8103d854f5f90f40f9143ed831050e686d5b"
},
"x86_64_macos": {
"etag": "0x8DE487B882C330A",
"checksum": "fb2354887127bb1537ab1b08bce618e362b0104addfa90c020ee94ae83429870"
},
"x86_64_windows": {
"etag": "0x8DE487BD3FF4AD7",
"checksum": "7db7e8ff153c700b65848daee9ba30e53d4714ca49a361e32b284b981cf17d6b"
},
"aarch64_linux_musl": {
"etag": "0x8DE487B8C83CAFA",
"checksum": "e1895960ceb8f706ae7884c26ff4c407df5a4b0bdc44c205bae54ed32a7d1b96"
},
"aarch64_macos": {
"etag": "0x8DE487BB036AEF0",
"checksum": "788a03ab9b17e7cfcd591aa44a62720e1db9f041855e7923113fdad141ce643d"
}
},
"1.40": {
"version": "1.40.1"

42
manifests/uv.json generated
View File

@@ -40,10 +40,48 @@
},
"license_markdown": "[Apache-2.0](https://github.com/astral-sh/uv/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/astral-sh/uv/blob/main/LICENSE-MIT)",
"latest": {
"version": "0.9.20"
"version": "0.9.21"
},
"0.9": {
"version": "0.9.20"
"version": "0.9.21"
},
"0.9.21": {
"x86_64_linux_musl": {
"etag": "0x8DE47BE93AD9727",
"checksum": "7abc29b3a06a99fb23564400fe884f5798a1786dc2ca05b6e0f70c53de748ab2"
},
"x86_64_macos": {
"etag": "0x8DE47BE9331C680",
"checksum": "26390da48bd55e21ab62451a80ad240ef6df10d4c48ec199cbb34c18b4288983"
},
"x86_64_windows": {
"etag": "0x8DE47BE93431824",
"checksum": "d27952e73183ef8f6ee8c2a50cf8b3f2e08e01b6a9279a00a85cb261ea8d8337"
},
"aarch64_linux_musl": {
"etag": "0x8DE47BE90FDFFD3",
"checksum": "03a49fb609888032dbc3be9fd114b50fc9bce8b73b3df319746ae08d1fbdea83"
},
"aarch64_macos": {
"etag": "0x8DE47BE9074A9C8",
"checksum": "473977236ef8ac5937c80de08a3599cb6ed6021d0e015e10f88076767877a153"
},
"aarch64_windows": {
"etag": "0x8DE47BE90ADC90E",
"checksum": "54f66a44108b1b68583c9da0a515195d011189874ec9547710c032801726e042"
},
"powerpc64le_linux_gnu": {
"etag": "0x8DE47BE9298F19B",
"checksum": "3ede0329f67f5db37914b5dfd6014c414d27e1bf0153dab8d5cc2e066da034dc"
},
"riscv64_linux_gnu": {
"etag": "0x8DE47BE92B9E90B",
"checksum": "3b7b070afd9c7be5a6364f081081cf9fec2160b53eba46cad27304b8b158e4ab"
},
"s390x_linux_gnu": {
"etag": "0x8DE47BE92CC98B3",
"checksum": "34bd75d67a5819c9f796a78b1ec9ebd48021d87d2391b4cf282249c4d026f145"
}
},
"0.9.20": {
"x86_64_linux_musl": {

31
manifests/vacuum.json generated
View File

@@ -22,7 +22,36 @@
},
"license_markdown": "[MIT](https://github.com/daveshanley/vacuum/blob/main/LICENSE)",
"latest": {
"version": "0.22.0"
"version": "0.23.0"
},
"0.23": {
"version": "0.23.0"
},
"0.23.0": {
"x86_64_linux_musl": {
"etag": "0x8DE480F2DF7DAD3",
"checksum": "8737f4d77faaeb93d502e8b174375e2cacfc133182340a9921f896071de41ebc"
},
"x86_64_macos": {
"etag": "0x8DE480F2D6B0678",
"checksum": "56be4f991fae7e50e34e6a24557a747e2a326923b73395ffa2106934f0379c58"
},
"x86_64_windows": {
"etag": "0x8DE480F2D548A91",
"checksum": "94abaf8e2b7bd7962f18b644a0ea0630d521d00cfdc4ce198014abf00973cf4c"
},
"aarch64_linux_musl": {
"etag": "0x8DE480F2DBFA500",
"checksum": "32ae4cafb33c0c1a9c6ff8ca2642e99057af772a7406013c28abb4724fb0de93"
},
"aarch64_macos": {
"etag": "0x8DE480F2D4228B2",
"checksum": "ba172f719268bd0f8b8c35e53eb0a275f122d230cf6adf343e5089d402ffbf42"
},
"aarch64_windows": {
"etag": "0x8DE480F2DE29609",
"checksum": "60751544570e19404643162248dce7944e88cb51ebd11c4aa836ea5f43775e38"
}
},
"0.22": {
"version": "0.22.0"

View File

@@ -121,12 +121,9 @@ retry git push origin refs/heads/main
retry git push origin refs/tags/"${tag}"
major_version_tag="v${version%%.*}"
git checkout -b "${major_version_tag}"
retry git push origin refs/heads/"${major_version_tag}"
git branch "${major_version_tag}"
git tag -f "${major_version_tag}"
retry git push origin -f refs/tags/"${major_version_tag}"
git checkout main
git branch -d "${major_version_tag}"
refs=("refs/heads/${major_version_tag}" "+refs/tags/${major_version_tag}")
tools=()
for tool in tools/codegen/base/*.json; do
@@ -145,7 +142,6 @@ tools+=(
# Non-manifest-based tools.
tools+=(valgrind)
refs=()
for tool in "${tools[@]}"; do
git checkout -b "${tool}"
sed -E "${in_place[@]}" action.yml \
@@ -155,9 +151,10 @@ for tool in "${tools[@]}"; do
git commit -m "${tool}"
git tag -f "${tool}"
git checkout main
refs+=(refs/heads/"${tool}" refs/tags/"${tool}")
refs+=("+refs/heads/${tool}" "+refs/tags/${tool}")
done
retry git push origin --atomic -f "${refs[@]}"
retry git push origin --atomic "${refs[@]}"
git branch -d "${major_version_tag}"
git branch -D "${tools[@]}"
schema_workspace=/tmp/workspace