improvement: automate changelog management (#786)

This commit is contained in:
Thierno IB. BARRY
2020-03-17 14:22:22 +01:00
committed by GitHub
parent ca3d1e1199
commit 9fb1a20d82
11 changed files with 863 additions and 58 deletions

48
.chglog/config.yml Normal file
View File

@@ -0,0 +1,48 @@
style: github
template: CHANGELOG.tpl.md
info:
title: CHANGELOG
repository_url: https://github.com/terraform-aws-modules/terraform-aws-eks
options:
commits:
sort_by: Type
filters:
Type:
- feat
- fix
- improvement
- docs
- refactor
- test
- ci
- chore
commit_groups:
group_by: Type
title_maps:
feat: FEATURES
fix: BUG FIXES
improvement: ENHANCEMENTS
docs: DOCS
refactor: REFACTORS
test: TESTS
ci: CI
chore: CHORES
header:
pattern: "^(\\.+)\\s*:\\s*(.+)$"
pattern_maps:
- Type
- Subject
notes:
keywords:
- BREAKING CHANGE
- NOTES
refs:
actions:
- Closes
- Fixes
- Resolves