We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fbe398 commit 225947eCopy full SHA for 225947e
.chglog/CHANGELOG.tpl.md
@@ -1,6 +1,6 @@
1
{{ if .Versions -}}
2
<a name="unreleased"></a>
3
-## [Unreleased]
+## Unreleased
4
5
{{ if .Unreleased.CommitGroups -}}
6
{{ range .Unreleased.CommitGroups -}}
.chglog/config.yml
@@ -13,6 +13,7 @@ options:
13
- refactor
14
- docs
15
- chore
16
+ - revert
17
commit_groups:
18
title_maps:
19
feat: Features
@@ -21,6 +22,7 @@ options:
21
22
refactor: Code Refactoring
23
docs: Documentation
24
chore: Maintenance
25
+ revert: Regression
26
header:
27
pattern: "^(\\w*)(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$"
28
pattern_maps:
0 commit comments