Skip to content

Instantly share code, notes, and snippets.

@aviadlevy
Created April 11, 2019 06:54
Show Gist options
  • Save aviadlevy/b8c3da2b7401c31ee43c3b10c17459e8 to your computer and use it in GitHub Desktop.
Save aviadlevy/b8c3da2b7401c31ee43c3b10c17459e8 to your computer and use it in GitHub Desktop.
Configuration for git-chglog
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