Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 66db269317 | |||
| d3cf78aacb | |||
| 605055eb76 |
28
CHANGELOG.md
28
CHANGELOG.md
@@ -1,14 +1,18 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
Generation of this changelog is based on commits
|
||||||
|
|
||||||
|
## v1.1.2
|
||||||
|
|
||||||
|
### Miscellaneous
|
||||||
|
|
||||||
|
- [85649a71a] - **commands**: change changelog output text
|
||||||
|
|
||||||
## v1.1.1
|
## v1.1.1
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
|
|
||||||
- [`7a5880d21`] - **commands**: incorrect changelog version generation
|
- [7a5880d21] - **commands**: incorrect changelog version generation
|
||||||
|
|
||||||
### Miscellaneous
|
|
||||||
|
|
||||||
- [`06f349c75`] - **release**: v1.1.1
|
|
||||||
|
|
||||||
## v1.1.0
|
## v1.1.0
|
||||||
|
|
||||||
@@ -16,19 +20,15 @@
|
|||||||
|
|
||||||
- [`8e5158726`] - **commands**: add release and changelog commands
|
- [`8e5158726`] - **commands**: add release and changelog commands
|
||||||
|
|
||||||
### Miscellaneous
|
|
||||||
|
|
||||||
- [`b05591a31`] - **release**: v1.1.0
|
|
||||||
|
|
||||||
## v1.0.0
|
## v1.0.0
|
||||||
|
|
||||||
### Breaking
|
### Breaking
|
||||||
|
|
||||||
- [`7ef777bb2`] - use commander for command management
|
- [7ef777bb2] - use commander for command management
|
||||||
|
|
||||||
### Miscellaneous
|
### Miscellaneous
|
||||||
|
|
||||||
- [`b07d9aaaa`] - change question formatting, improve readme
|
- [b07d9aaaa] - change question formatting, improve readme
|
||||||
|
|
||||||
## v1.0.0-alpha.1
|
## v1.0.0-alpha.1
|
||||||
|
|
||||||
@@ -39,9 +39,9 @@
|
|||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
|
|
||||||
- [`2be2887ce`] - make commit body wrap properly
|
- [2be2887ce] - make commit body wrap properly
|
||||||
- [`e9d3c5e29`] - incorrect config parsing
|
- [e9d3c5e29] - incorrect config parsing
|
||||||
|
|
||||||
### Miscellaneous
|
### Miscellaneous
|
||||||
|
|
||||||
- [`4e16104d6`] - change intro and outro messages
|
- [4e16104d6] - change intro and outro messages
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@resultium/rcz",
|
"name": "@resultium/rcz",
|
||||||
"version": "1.1.2",
|
"version": "1.1.3",
|
||||||
"description": "Resultium commit standardization library, based on conventional commits",
|
"description": "Resultium commit standardization library, based on conventional commits",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|||||||
@@ -317,7 +317,7 @@ program
|
|||||||
: firstMessageLine[0];
|
: firstMessageLine[0];
|
||||||
|
|
||||||
console.log(
|
console.log(
|
||||||
`${showHashes ? `- [${"`"}${shortHash}${"`"}]` : ``} - ${
|
`${showHashes ? `- [${shortHash}]` : ``} - ${
|
||||||
type ? `**${type}**: ${briefMessage}` : briefMessage
|
type ? `**${type}**: ${briefMessage}` : briefMessage
|
||||||
}`
|
}`
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user