chore(release): v1.15.0
This commit is contained in:
@@ -1,9 +1,14 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
Generation of this changelog is based on commits
|
Generation of this changelog is based on commits
|
||||||
|
## v1.15.0
|
||||||
|
### Features
|
||||||
|
- [e8160a6f3] - **commands**: trim body, footer (#24)
|
||||||
|
- [a57672550] - **commands**: open default editor upon footer/body writing (#24)
|
||||||
## v1.14.0
|
## v1.14.0
|
||||||
### Features
|
### Features
|
||||||
- [f767b846d] - **commands**: add ability to choose files to stage (#22)
|
- [f767b846d] - **commands**: add ability to choose files to stage (#22)
|
||||||
### Miscellaneous
|
### Miscellaneous
|
||||||
|
- [1bce93a24] - **release**: v1.14.0
|
||||||
- [0cac22a7e] - **changelog**: improve generation time by ~2800 times (#23)
|
- [0cac22a7e] - **changelog**: improve generation time by ~2800 times (#23)
|
||||||
## v1.13.1
|
## v1.13.1
|
||||||
### Fixes
|
### Fixes
|
||||||
@@ -121,13 +126,13 @@ Generation of this changelog is based on commits
|
|||||||
- [2670f79e2] - Merge pull request 'Release v1.3.0' (#5) from develop into main
|
- [2670f79e2] - Merge pull request 'Release v1.3.0' (#5) from develop into main
|
||||||
- [3afc2ed07] - Merge branch 'main' into develop
|
- [3afc2ed07] - Merge branch 'main' into develop
|
||||||
- [45458d14e] - **changelog**: generate for v1.3.0
|
- [45458d14e] - **changelog**: generate for v1.3.0
|
||||||
- [d61c9ecf2] - Merge pull request 'Make commit signing possible' (#3) from develop into main
|
|
||||||
## v1.3.0
|
## v1.3.0
|
||||||
### Features
|
### Features
|
||||||
- [755da3bb5] - **commands**: add ability to write a footer
|
- [755da3bb5] - **commands**: add ability to write a footer
|
||||||
- [9311be80b] - **commands**: add commit message validation command (#4)
|
- [9311be80b] - **commands**: add commit message validation command (#4)
|
||||||
### Miscellaneous
|
### Miscellaneous
|
||||||
- [f3c55fac3] - **release**: v1.3.0
|
- [f3c55fac3] - **release**: v1.3.0
|
||||||
|
- [d61c9ecf2] - Merge pull request 'Make commit signing possible' (#3) from develop into main
|
||||||
- [8816db86f] - **changelog**: generate
|
- [8816db86f] - **changelog**: generate
|
||||||
## v1.2.0
|
## v1.2.0
|
||||||
### Features
|
### Features
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@resultium/rcz",
|
"name": "@resultium/rcz",
|
||||||
"version": "1.14.0",
|
"version": "1.15.0",
|
||||||
"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",
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ import { join } from "path";
|
|||||||
program
|
program
|
||||||
.name("rcz")
|
.name("rcz")
|
||||||
.description("Resultium commit standardization command-line interface")
|
.description("Resultium commit standardization command-line interface")
|
||||||
.version("1.14.0");
|
.version("1.15.0");
|
||||||
|
|
||||||
const commandFiles = await readdir(join(__dirname, "commands"));
|
const commandFiles = await readdir(join(__dirname, "commands"));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user