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

Commit 2a4ff67

Browse files
committed
Add example to readme
1 parent e13f944 commit 2a4ff67

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,9 @@ ShellCheck binaries distributed in `.tar.gz` format for Linux and macOS, includi
1010
## How to generate more binaries?
1111

1212
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.
13+
14+
Example:
15+
16+
```console
17+
git push origin HEAD:refs/tags/v0.8.0
18+
```

0 commit comments

Comments
 (0)