We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 678c435 commit 9b7f098Copy full SHA for 9b7f098
.chglog/config.yml
@@ -0,0 +1,37 @@
1
+style: github
2
+template: CHANGELOG.tpl.md
3
+info:
4
+ title: CHANGELOG
5
+ repository_url: https://github.com/awslabs/aws-lambda-powertools-dotnet
6
+options:
7
+ commits:
8
+ filters:
9
+ Type:
10
+ - feat
11
+ - fix
12
+ - perf
13
+ - refactor
14
+ - docs
15
+ - chore
16
+ - revert
17
+ commit_groups:
18
+ title_maps:
19
+ feat: Features
20
+ fix: Bug Fixes
21
+ perf: Performance Improvements
22
+ refactor: Code Refactoring
23
+ docs: Documentation
24
+ chore: Maintenance
25
+ revert: Regression
26
+ header:
27
+ pattern: "^(\\w*)(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$"
28
+ pattern_maps:
29
+ - Type
30
+ - Scope
31
+ - Subject
32
+ notes:
33
+ keywords:
34
+ - BREAKING CHANGE
35
+ # issues:
36
+ # prefix:
37
+ # - #
0 commit comments