Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
dd4ca1f1cc
|
|||
| 7264816e01 |
@@ -1,7 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
Generation of this changelog is based on commits
|
Generation of this changelog is based on commits
|
||||||
|
## v1.12.1
|
||||||
|
### Miscellaneous
|
||||||
|
- [7264816e0] - change installation instructions
|
||||||
## v1.12.0
|
## v1.12.0
|
||||||
### Miscellaneous
|
### Miscellaneous
|
||||||
|
- [2a5dba1aa] - **release**: v1.12.0
|
||||||
- [72ab0c848] - add license
|
- [72ab0c848] - add license
|
||||||
- [afc4f76c4] - foramt the code with prettier
|
- [afc4f76c4] - foramt the code with prettier
|
||||||
## v1.11.0
|
## v1.11.0
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ Resultium commit standardization library
|
|||||||
|
|
||||||
1. Set up @resultium registry in an .npmrc file in your home directory with following content:
|
1. Set up @resultium registry in an .npmrc file in your home directory with following content:
|
||||||
```
|
```
|
||||||
@resultium:registry=https://git.resultium.net/api/packages/technology/npm/
|
@resultium:registry=https://git.resultium.net/api/packages/public/npm/
|
||||||
```
|
```
|
||||||
2. Install the package using npm
|
2. Install the package using npm
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@resultium/rcz",
|
"name": "@resultium/rcz",
|
||||||
"version": "1.12.0",
|
"version": "1.12.1",
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"description": "Resultium commit standardization library, inspired by conventional commits",
|
"description": "Resultium commit standardization library, inspired by conventional commits",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
|
|||||||
@@ -142,7 +142,7 @@ const program = new Command();
|
|||||||
program
|
program
|
||||||
.name("rcz")
|
.name("rcz")
|
||||||
.description("Resultium commit standardization command-line interface")
|
.description("Resultium commit standardization command-line interface")
|
||||||
.version("1.12.0");
|
.version("1.12.1");
|
||||||
|
|
||||||
program
|
program
|
||||||
.command("commit")
|
.command("commit")
|
||||||
|
|||||||
Reference in New Issue
Block a user