From 7dc0fe69fc0bae885522b3444a907830a0da73a0 Mon Sep 17 00:00:00 2001 From: Felipe Santos Date: Mon, 4 Aug 2025 15:19:34 -0300 Subject: [PATCH 1/2] Update README.md --- README.md | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ce47687..c9d7af6 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,14 @@ # ShellCheck binaries for the VS Code extension -ShellCheck binaries distributed in `.tar.gz` format for Linux and macOS. Used by [ShellCheck VS Code extension](https://github.com/vscode-shellcheck/vscode-shellcheck). +ShellCheck binaries repackaged in `.tar.gz` format. ## Why? -- ShellCheck ships binaries packaged in `.tar.xz` format, in which [`bindl`](https://github.com/felipecrs/bindl/issues/217) doesn't support by default. +- ShellCheck ships binaries packaged in `.tar.xz` format, and [`bindl`](https://github.com/felipecrs/bindl) had no support for `.tar.xz` (but now it does). -## How to generate more binaries? +## How to add a new version? -Simply push a new tag to this repository in the format `v*.*.*` matching the [ShellCheck version](https://github.com/koalaman/shellcheck/releases). The CI will generate binaries for all supported platforms and upload them to the release. - -Example: - -```console -git push origin HEAD:refs/tags/v0.10.0 --force -``` +Simply add the new version to the [matrix](https://github.com/vscode-shellcheck/shellcheck-binaries/blob/babb67a25637dabc4c9651e358be0b7a25dcdfb9/.github/workflows/ci.yaml#L41). ## Development From 9a27e15e4a6d9dbc01cdcf45a9568271644d7875 Mon Sep 17 00:00:00 2001 From: Felipe Santos Date: Mon, 4 Aug 2025 15:25:58 -0300 Subject: [PATCH 2/2] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c9d7af6..a9826c4 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,18 @@ +> [!IMPORTANT] +> +> ## Archival notice +> +> This repository is archived because VSCode ShellCheck no longer needs it, as [bindl now has support for `.tar.gz` archives by default](https://github.com/felipecrs/bindl/pull/838). +> +> Please chime into https://github.com/vscode-shellcheck/vscode-shellcheck/pull/1653 if you have some feedback. + # ShellCheck binaries for the VS Code extension ShellCheck binaries repackaged in `.tar.gz` format. ## Why? -- ShellCheck ships binaries packaged in `.tar.xz` format, and [`bindl`](https://github.com/felipecrs/bindl) had no support for `.tar.xz` (but now it does). +- ShellCheck ships binaries packaged in `.tar.xz` format, and [`bindl`](https://github.com/felipecrs/bindl) had no support for `.tar.xz` (but [now it does](https://github.com/felipecrs/bindl/pull/838)). ## How to add a new version?