@companyhelm/protos 0.1.2 → 0.2.1

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
@@ -28,8 +28,9 @@ npm run build
28
28
 
29
29
  Publishing to [@companyhelm/protos](https://www.npmjs.com/package/@companyhelm/protos) is automated by GitHub Actions:
30
30
 
31
- ```
31
+ ```bash
32
32
  npm version patch|minor|major
33
+ git push --follow-tags
33
34
  ```
34
35
 
35
36
  Then push changes, this will publish a new package with the version already bumped.