Created
April 11, 2019 06:54
-
-
Save aviadlevy/b8c3da2b7401c31ee43c3b10c17459e8 to your computer and use it in GitHub Desktop.
Configuration for git-chglog
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
style: gitlab | |
template: CHANGELOG.tpl.md | |
info: | |
title: CHANGELOG | |
repository_url: https://******* | |
options: | |
commits: | |
filters: | |
Type: | |
- feat | |
- fix | |
- stats | |
- perf | |
- ci | |
- refactor | |
- test | |
commit_groups: | |
title_maps: | |
feat: Features | |
fix: Bug Fixes | |
stats: Statistics | |
perf: Performance Improvements | |
ci: Continuous Integration | |
refactor: Code Refactoring | |
test: Test | |
header: | |
pattern: "^(\\w*)\\:\\s(.*)$" | |
pattern_maps: | |
- Type | |
- Subject | |
notes: | |
keywords: | |
- BREAKING CHANGE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment