.chglog/config.yml in sidekiq_prometheus-0.9.0 vs .chglog/config.yml in sidekiq_prometheus-0.9.1
- old
+ new
@@ -3,25 +3,29 @@
info:
title: CHANGELOG
repository_url: https://github.com/fastly/sidekiq-prometheus
options:
commits:
- # filters:
- # Type:
- # - feat
- # - fix
- # - perf
- # - refactor
+ filters:
+ Type:
+ - feat
+ - fix
commit_groups:
- # title_maps:
- # feat: Features
- # fix: Bug Fixes
- # perf: Performance Improvements
- # refactor: Code Refactoring
+ title_maps:
+ feat: Features
+ doc: Documentation
+ fix: Bug Fixes
+ refs:
+ actions:
+ - Closes
+ - Fixes
+ issues:
+ prefix:
+ - #
header:
pattern: "^(\\w*)\\:\\s(.*)$"
pattern_maps:
- Type
- Subject
notes:
keywords:
- - BREAKING CHANGE
\ No newline at end of file
+ - BREAKING CHANGE