donder-release-cli 1.1.2 → 1.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.
Files changed (2) hide show
  1. package/README.md +6 -5
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,10 @@
1
- # donder-release
1
+ <p align="center">
2
+ <img src="https://user-images.githubusercontent.com/12548890/204842249-c59bf410-2ab2-41c7-8f1a-bbb7aa1f5275.png" style="border-radius: 8px;">
3
+ <h1 align="center">donder-release</h1>
4
+ <h3 align="center">Quickly create releases on Github from the command line or CI using conventional commits.</h3>
5
+ </p>
2
6
 
3
- Quickly create releases on Github from the command line or CI using conventional commits.
7
+ <br />
4
8
 
5
9
  ## Installation
6
10
 
@@ -12,8 +16,6 @@ cargo install donder-release
12
16
 
13
17
  #### With Npm
14
18
 
15
- See CLI options:
16
-
17
19
  ```bash
18
20
  npm install -g donder-release-cli
19
21
  ```
@@ -33,4 +35,3 @@ donder-release --help
33
35
  - Add tests
34
36
  - Add CI
35
37
  - Add support to other git providers(?)
36
- - Add support for mono-repos(?)
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "donder-release-cli",
3
- "version": "1.1.2",
3
+ "version": "1.2.0",
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",
7
7
  "main": "npm/start.js",
8
8
  "bin": {
9
- "donder-release": "npm/start.js"
9
+ "donder-release-cli": "npm/start.js"
10
10
  },
11
11
  "files": [
12
12
  "npm/**/*",