@companyhelm/protos 0.1.0 → 0.2.0

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
@@ -2,6 +2,11 @@
2
2
 
3
3
  NPM package source for CompanyHelm protobuf bindings, generated with Buf.
4
4
 
5
+ Install package:
6
+ ```
7
+ npm i @companyhelm/protos
8
+ ```
9
+
5
10
  ## Local build
6
11
 
7
12
  ```bash
@@ -21,9 +26,10 @@ npm run build
21
26
 
22
27
  ## Publish
23
28
 
24
- Publishing to [npmjs.com](https://www.npmjs.com/) is automated by GitHub Actions:
29
+ Publishing to [@companyhelm/protos](https://www.npmjs.com/package/@companyhelm/protos) is automated by GitHub Actions:
25
30
 
26
- - Push a tag like `v1.2.3`, or
27
- - Trigger the `publish-npm-package` workflow manually.
31
+ ```
32
+ npm version patch|minor|major
33
+ ```
28
34
 
29
- The workflow expects a repository secret named `NPM_TOKEN`.
35
+ Then push changes, this will publish a new package with the version already bumped.