Skip to content
This repository was archived by the owner on Aug 4, 2025. It is now read-only.

Commit 2a3433a

Browse files
authored
chore!: archive repository (#15)
1 parent babb67a commit 2a3433a

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
1+
> [!IMPORTANT]
2+
>
3+
> ## Archival notice
4+
>
5+
> 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).
6+
>
7+
> Please chime into https://github.com/vscode-shellcheck/vscode-shellcheck/pull/1653 if you have some feedback.
8+
19
# ShellCheck binaries for the VS Code extension
210

3-
ShellCheck binaries distributed in `.tar.gz` format for Linux and macOS. Used by [ShellCheck VS Code extension](https://github.com/vscode-shellcheck/vscode-shellcheck).
11+
ShellCheck binaries repackaged in `.tar.gz` format.
412

513
## Why?
614

7-
- ShellCheck ships binaries packaged in `.tar.xz` format, in which [`bindl`](https://github.com/felipecrs/bindl/issues/217) doesn't support by default.
8-
9-
## How to generate more binaries?
15+
- 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)).
1016

11-
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.
17+
## How to add a new version?
1218

13-
Example:
14-
15-
```console
16-
git push origin HEAD:refs/tags/v0.10.0 --force
17-
```
19+
Simply add the new version to the [matrix](https://github.com/vscode-shellcheck/shellcheck-binaries/blob/babb67a25637dabc4c9651e358be0b7a25dcdfb9/.github/workflows/ci.yaml#L41).
1820

1921
## Development
2022

0 commit comments

Comments
 (0)