logbrew-cli 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -7,19 +7,18 @@ human output, clear `Next:` recovery steps, and token-safe diagnostics.
7
7
 
8
8
  ## Install
9
9
 
10
- Until the first packaged release is published, install from source:
10
+ Use one of the published package-manager installs:
11
11
 
12
12
  ```bash
13
- cargo install --git https://github.com/LogBrewCo/cli logbrew-cli
13
+ cargo install logbrew-cli
14
+ npm install -g logbrew-cli
15
+ brew install LogBrewCo/tap/logbrew
14
16
  ```
15
17
 
16
- After the first release, package-manager installs should use the standard
17
- distribution surfaces:
18
+ For development from the public repository:
18
19
 
19
20
  ```bash
20
- cargo install logbrew-cli
21
- npm install -g logbrew-cli
22
- brew install LogBrewCo/tap/logbrew
21
+ cargo install --git https://github.com/LogBrewCo/cli logbrew-cli
23
22
  ```
24
23
 
25
24
  ## Distribution
@@ -44,7 +43,7 @@ publishing requires the GitHub Actions secret `HOMEBREW_TAP_TOKEN`.
44
43
  Before pushing a release tag, run the release preflight:
45
44
 
46
45
  ```bash
47
- bash scripts/release-preflight.sh v0.1.0
46
+ bash scripts/release-preflight.sh vX.Y.Z
48
47
  ```
49
48
 
50
49
  The preflight checks the tag/version match, clean synced `main`, public
@@ -19,7 +19,7 @@
19
19
  "hasInstallScript": true,
20
20
  "license": "MIT",
21
21
  "name": "logbrew-cli",
22
- "version": "0.1.1"
22
+ "version": "0.1.2"
23
23
  },
24
24
  "node_modules/detect-libc": {
25
25
  "engines": {
@@ -48,5 +48,5 @@
48
48
  }
49
49
  },
50
50
  "requires": true,
51
- "version": "0.1.1"
51
+ "version": "0.1.2"
52
52
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "artifactDownloadUrls": [
3
- "https://github.com/LogBrewCo/cli/releases/download/v0.1.1"
3
+ "https://github.com/LogBrewCo/cli/releases/download/v0.1.2"
4
4
  ],
5
5
  "author": "LogBrewCo",
6
6
  "bin": {
@@ -90,7 +90,7 @@
90
90
  "zipExt": ".tar.xz"
91
91
  }
92
92
  },
93
- "version": "0.1.1",
93
+ "version": "0.1.2",
94
94
  "volta": {
95
95
  "node": "18.14.1",
96
96
  "npm": "9.5.0"