@commversion/libs 0.0.1-alpha.3 → 0.1.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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -31,7 +31,7 @@ Patch releases for bug fixes.
|
|
|
31
31
|
Minor releases for new features.
|
|
32
32
|
Major releases for breaking changes.
|
|
33
33
|
|
|
34
|
-
The release is fully automated by executing `npm release`.
|
|
34
|
+
The release is fully automated by executing `npm run release`.
|
|
35
35
|
|
|
36
36
|
## Guideline for contributing
|
|
37
37
|
|