docs: Add CHANGELOG

This commit is contained in:
tsuyoshiwada 2018-02-18 23:19:50 +09:00
parent fc2b625deb
commit 34815cafe8
3 changed files with 55 additions and 0 deletions

27
.chglog/config.yml Executable file
View file

@ -0,0 +1,27 @@
style: github
template: CHANGELOG.tpl.md
info:
title: CHANGELOG
repository_url: https://github.com/git-chglog/git-chglog
options:
commits:
filters:
Type:
- feat
- fix
- perf
- refactor
commit_groups:
title_maps:
feat: Features
fix: Bug Fixes
perf: Performance Improvements
refactor: Code Refactoring
header:
pattern: "^(\\w*)\\:\\s(.*)$"
pattern_maps:
- Type
- Subject
notes:
keywords:
- BREAKING CHANGE