Commit Graph

2926 Commits

Author SHA1 Message Date
Taiki Endo
bee06ee963 codegen: Update ureq from 2 to 3 2025-02-06 23:24:03 +09:00
Taiki Endo
daca891144 Update parse-dockerfile@latest to 0.1.1 2025-02-06 22:24:27 +09:00
Taiki Endo
de09ec7413 Update parse-changelog@latest to 0.6.12 2025-02-06 22:24:27 +09:00
Taiki Endo
20d06c5ef0 Fix jq handling on Windows
Fix regression introduced in unreleased 400052b460.
2025-02-05 21:24:56 +09:00
Taiki Endo
8fe89aa3e0 gitattributes: Disable linguist detection for tools/tidy.sh 2025-02-05 15:55:23 +09:00
Taiki Endo
4666e04560 tools: Update tidy.sh and related configs 2025-02-04 01:29:05 +09:00
Taiki Endo
400052b460 Clean up scripts 2025-02-04 01:28:26 +09:00
Taiki Endo
f9f8058789 Add .git-blame-ignore-revs 2025-02-04 01:10:30 +09:00
Taiki Endo
72827a9779 ci: Move manifest job to its own workflow to reduce needless test runs 2025-02-04 00:23:41 +09:00
Taiki Endo
55ec4a4d53 Remove duplicate in action.yml 2025-02-03 22:15:36 +09:00
Taiki Endo
dc9bc151a3 Update .cspell.json 2025-02-03 07:27:19 +09:00
Taiki Endo
510b3ecd79 Release 2.48.1 v2.48.1 2025-02-02 17:05:06 +09:00
Taiki Endo
536c746821 Update dprint@latest to 0.49.0 2025-02-02 13:18:01 +09:00
Taiki Endo
0dfccb316f Release 2.48.0 v2.48.0 2025-02-02 05:33:29 +09:00
Taiki Endo
ceb86e31f0 Update changelog 2025-02-02 05:33:04 +09:00
Taiki Endo
33d49f65f5 Add parse-dockerfile 2025-02-02 05:32:11 +09:00
Taiki Endo
1182afdbd1 ci: Update reusable workflows 2025-02-02 05:23:22 +09:00
Taiki Endo
bf0c8c6dfb Update release-plz@latest to 0.3.116 2025-02-02 04:43:07 +09:00
Taiki Endo
ebb53fb1a9 ci: Use taiki-e/github-actions/.github/workflows/test.yml reusable workflow 2025-02-01 03:10:51 +09:00
Taiki Endo
0b0596dd1e ci: Temporarily disable buggy ubuntu-24.04-arm runner
cargo-binstall or cargo called from it sometime crashes.
2025-02-01 03:10:22 +09:00
Taiki Endo
65835784ac Release 2.47.32 v2.47.32 2025-01-31 14:32:14 +09:00
Taiki Endo
01f3d2d227 Update typos@latest to 1.29.5 2025-01-31 09:36:13 +09:00
Taiki Endo
76a1fec160 Release 2.47.31 v2.47.31 2025-01-30 14:14:31 +09:00
Taiki Endo
78b9ec82a6 Update changelog 2025-01-30 14:14:11 +09:00
Taiki Endo
be22d29d34 Fix clippy::unnecessary_semicolon warning
```
error: unnecessary semicolon
   --> tools/codegen/src/main.rs:251:10
    |
251 |         };
    |          ^ help: remove
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_semicolon
    = note: `-D clippy::unnecessary-semicolon` implied by `-D warnings`
    = help: to override `-D warnings` add `#[allow(clippy::unnecessary_semicolon)]`
```
2025-01-30 14:03:36 +09:00
Taiki Endo
e466aa8e34 Update wash manifest 2025-01-30 06:14:20 +09:00
Taiki Endo
afbe5c1715 Release 2.47.30 v2.47.30 2025-01-29 08:24:34 +09:00
Taiki Endo
6fde044d27 codegen: Address cargo-cyclonedx 0.5.1 asset change 2025-01-29 08:18:24 +09:00
Taiki Endo
544f616845 ci: Remove not triggered manifest_sync workflow 2025-01-29 08:17:10 +09:00
Taiki Endo
3b94b1e00e Release 2.47.29 v2.47.29 2025-01-29 05:10:54 +09:00
Taiki Endo
f07d824129 Update .gitattributes 2025-01-29 05:06:29 +09:00
Taiki Endo
fc5961fb83 codegen: cargo-zigbuild's macOS binary is universal binary 2025-01-29 04:57:09 +09:00
Taiki Endo
df3b728223 codegen: Sort platform 2025-01-29 04:56:59 +09:00
Taiki Endo
58e7e8a24b codegen: Mark go's static-linked linux binaries as musl
Same as e77cabb736.
2025-01-29 04:56:49 +09:00
Taiki Endo
1d9ff62a86 codegen: shellcheck 0.10.0+ provides AArch64 macOS binary 2025-01-29 04:31:40 +09:00
Taiki Endo
85a4a5fd84 codegen: sccache 0.8.2+ provides AArch64 Windows binary 2025-01-29 04:30:01 +09:00
Taiki Endo
1790ab988a codegen: just 1.28.0+ provides AArch64 Windows binary 2025-01-29 04:28:54 +09:00
Taiki Endo
5f4612956d codegen: cargo-semver-checks provides AArch64 Linux binary 2025-01-29 04:26:21 +09:00
Taiki Endo
32bd555d43 codegen: mdbook 0.4.44+ provides AArch64 macOS binary 2025-01-29 04:26:07 +09:00
Taiki Endo
9359c95b44 Update mdbook@latest to 0.4.44 2025-01-29 03:30:13 +09:00
Taiki Endo
616d118cf5 Update cargo-semver-checks@latest to 0.39.0 2025-01-29 03:16:36 +09:00
Taiki Endo
d298d2514f ci: Fix trigger of manifest_sync workflow
https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#release
2025-01-28 16:59:54 +09:00
Taiki Endo
3e9c6e343d Release 2.47.28 install-action-manifest-schema-0.1.0 v2.47.28 2025-01-28 16:43:24 +09:00
Taiki Endo
953531b7ec Update changelog 2025-01-28 16:42:44 +09:00
Taiki Endo
5ad07d35ce manifest-schema: Improve quality as a library 2025-01-28 16:36:10 +09:00
Taiki Endo
22b428f64c Update .deny.toml 2025-01-28 16:08:46 +09:00
Taiki Endo
c38191ad1a manifest-schema: Remove unused anyhow dependency 2025-01-28 16:08:07 +09:00
Jiahao XU
1ef1e14c21 Extract install-action-manifest-schema and publish to crates-io (#657)
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
Co-authored-by: Taiki Endo <te316e89@gmail.com>
2025-01-28 07:02:39 +00:00
Taiki Endo
840858c0d8 Release 2.47.27 v2.47.27 2025-01-28 13:22:33 +09:00
Taiki Endo
5508f9f361 Update editorconfig-checker@latest to 3.2.0 2025-01-28 06:16:43 +09:00