chore: generate CHANGELOG v0.1.0

main
hau 2020-11-10 18:09:18 +07:00
parent 571923d696
commit f6ebd28927
1 changed files with 39 additions and 0 deletions

39
CHANGELOG.md Normal file
View File

@ -0,0 +1,39 @@
# CHANGELOG
## v0.1.0 (2020-11-10)
### Added
- feat: only add type of change in CHANGELOG when there is changed
- feat: add --version flag to generate CHANGELOG.md
- feat: write changelog to path
- feat: format commit as markdown item
- feat: remove scope and description in conventional commit
- feat: add markdown generator to generate markdown lines
- feat: add RawHeader in conventional commit
- feat: add conventional commits
- feat: remove author and hash commit
- feat: get commits in path between from and to revision
### Others
- chore: add MIT LICENSE
- refactor: remove body and footers in convention
- refactor: use struct action to split long fn
- chore: add go test, lint in github action
- teat: unit test for new conventional commit
- chore: init go mod with gitignore