Skip to content

Commit c428599

Browse files
committed
Prepare v0.0.1 tag
1 parent 81eda45 commit c428599

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ Output format is documented in [API.md](./API.md).
1818
Global install from GitHub (short-term distribution):
1919

2020
```bash
21-
npm install -g github:PSPDFKit-labs/buildkite-cli#main
21+
npm install -g github:PSPDFKit-labs/buildkite-cli#v0.0.1
2222
bkci --help
2323
```
2424

25-
For reproducible installs, pin a tag or commit instead of `#main`.
25+
You can also pin to a commit SHA if needed.
2626

2727
Local development:
2828

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "buildkite-cli",
3-
"version": "0.1.0",
3+
"version": "0.0.1",
44
"description": "LLM-friendly Buildkite CLI for CI inspection.",
55
"private": true,
66
"type": "module",

0 commit comments

Comments
 (0)