118 lines
2.0 KiB
Markdown
118 lines
2.0 KiB
Markdown
# Changelog
|
|
|
|
Generation of this changelog is based on commits
|
|
|
|
## v1.7.0
|
|
|
|
### Features
|
|
|
|
- [f4a7a0d2b] - **commands**: add release script customizability (#12)
|
|
- [c80d76325] - **config**: add auto-signing options
|
|
- [498c830e3] - change tag message schema (#11)
|
|
|
|
## v1.6.0
|
|
|
|
### Features
|
|
|
|
- [a5626dbc5] - improve default 'stage all changes' behavior
|
|
|
|
### Miscellaneous
|
|
|
|
- [4c892e8b1] - **changelog**: generate for v1.5.2
|
|
|
|
## v1.5.2
|
|
|
|
### Fixes
|
|
|
|
- [8cb67f2cf] - **commands**: incorrect regex generation with specified scopes
|
|
|
|
## v1.5.1
|
|
|
|
### Fixes
|
|
|
|
- [6c663cf7f] - **commands**: allow chore type in validation regex
|
|
|
|
## v1.5.0
|
|
|
|
### Features
|
|
|
|
- [92f8126ab] - **commands**: add --amend option to commit sub-command
|
|
- [5080d71fb] - **config**: allow more config file names
|
|
|
|
### Fixes
|
|
|
|
- [53bb1437a] - **commands**: allow chore type (#7)
|
|
|
|
## v1.4.0
|
|
|
|
### Features
|
|
|
|
- [8ab631549] - **commands**: add the ability to return code only for validation command
|
|
|
|
## v1.3.0
|
|
|
|
### Features
|
|
|
|
- [755da3bb5] - **commands**: add ability to write a footer
|
|
- [9311be80b] - **commands**: add commit message validation command (#4)
|
|
|
|
## v1.2.0
|
|
|
|
### Features
|
|
|
|
- [46a52ddeb] - **commands**: add the ability to sign conventional commits (#2)
|
|
|
|
## v1.1.3
|
|
|
|
### Fixes
|
|
|
|
- [d3cf78aac] - **commands**: incorrect formatting of changelog hashes
|
|
|
|
## v1.1.2
|
|
|
|
### Miscellaneous
|
|
|
|
- [85649a71a] - **commands**: change changelog output text
|
|
|
|
## v1.1.1
|
|
|
|
### Fixes
|
|
|
|
- [7a5880d21] - **commands**: incorrect changelog version generation
|
|
|
|
## v1.1.0
|
|
|
|
### Features
|
|
|
|
- [8e5158726] - **commands**: add release and changelog commands
|
|
|
|
### Miscellaneous
|
|
|
|
- [b05591a31] - **release**: v1.1.0
|
|
|
|
## v1.0.0
|
|
|
|
### Breaking
|
|
|
|
- [7ef777bb2] - use commander for command management
|
|
|
|
### Miscellaneous
|
|
|
|
- [b07d9aaaa] - change question formatting, improve readme
|
|
|
|
## v1.0.0-alpha.1
|
|
|
|
### Features
|
|
|
|
- [b5ca3152c] - add support for body (#1)
|
|
- [ce0c01347] - initial commit
|
|
|
|
### Fixes
|
|
|
|
- [2be2887ce] - make commit body wrap properly
|
|
- [e9d3c5e29] - incorrect config parsing
|
|
|
|
### Miscellaneous
|
|
|
|
- [4e16104d6] - change intro and outro messages
|