docs: Add retroactive change log

This commit is contained in:
Santiago Carmuega 2022-04-29 20:34:12 -03:00
parent 35c8c43642
commit 2ca49ac114
3 changed files with 465 additions and 0 deletions

28
.chglog/config.yml Executable file
View file

@ -0,0 +1,28 @@
style: github
template: CHANGELOG.tpl.md
info:
title: CHANGELOG
repository_url: https://github.com/txpipe/pallas
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*)(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$"
pattern_maps:
- Type
- Scope
- Subject
notes:
keywords:
- BREAKING CHANGE