diff --git a/.chglog/config.yml b/.chglog/config.yml index d86cb03..7a42b92 100644 --- a/.chglog/config.yml +++ b/.chglog/config.yml @@ -4,8 +4,18 @@ info: title: CHANGELOG repository_url: https://gitlab.com/Earthnuker/ed_lrr options: + commits: + filters: + Type: + - feat + - fix + - perf + - refactor + - misc + - other + - docs commit_groups: - title_maps: + title_maps: feat: Features fix: Bug Fixes perf: Performance Improvements diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b8a5f5..4264e4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ ## [Unreleased] ### Documentation +- Insert pagebreak after table of contents +- Update documentation to include basic description +- Rename `doc` folder to `docs`, update outline - Add skeleton for documentation ### Miscellaneous