donder-release-cli 1.1.1 → 1.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.
Files changed (2) hide show
  1. package/README.md +6 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Quickly create releases on Github from the command line or CI using conventional commits.
4
4
 
5
- ## Usage
5
+ ## Installation
6
6
 
7
7
  #### With Cargo
8
8
 
@@ -10,18 +10,20 @@ Quickly create releases on Github from the command line or CI using conventional
10
10
  cargo install donder-release
11
11
  ```
12
12
 
13
+ #### With Npm
14
+
13
15
  See CLI options:
14
16
 
15
17
  ```bash
16
- donder-release --help
18
+ npm install -g donder-release-cli
17
19
  ```
18
20
 
19
- #### With Npm
21
+ ## Usage
20
22
 
21
23
  See CLI options:
22
24
 
23
25
  ```bash
24
- npx donder-release@latest --help
26
+ donder-release --help
25
27
  ```
26
28
 
27
29
  #### TODO
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "donder-release-cli",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Quickly create releases on Github from the command line or CI using conventional commits.",
5
5
  "author": "Bruno Morgado <bruno@cloudoki.com>",
6
6
  "license": "MIT",