You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changelog.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,16 @@ cz changelog
14
14
cz ch
15
15
```
16
16
17
+
It has support for incremental changelog:
18
+
19
+
- Build from latest version found in changelog, this is useful if you have a different changelog and want to use chommitizen
20
+
- Update unreleased area
21
+
- Allows users to manually touch the changelog without being rewritten.
22
+
23
+
## Constrains
24
+
25
+
At the moment this features is constrained only to markdown files.
26
+
17
27
## Description
18
28
19
29
These are the variables used by the changelog generator.
@@ -26,7 +36,7 @@ These are the variables used by the changelog generator.
26
36
- **<scope>**: <message>
27
37
```
28
38
29
-
It will create a full of the above block per version found in the tags.
39
+
It will create a full block like above per version found in the tags.
30
40
And it will create a list of the commits found.
31
41
The `change_type` and the `scope` are optional, they don't need to be provided,
32
42
but if your regex does they will be rendered.
@@ -45,5 +55,10 @@ and the following variables are expected:
45
55
46
56
-**required**: is the only one required to be parsed by the regex
47
57
58
+
## TODO
59
+
60
+
-[ ] support for hooks: this would allow introduction of custom information in the commiter, like a github or jira url. Eventually we could build a `CzConventionalGithub`, which would add links to commits
61
+
-[ ] support for map: allow the usage of a `change_type` mapper, to convert from feat to feature for example.
0 commit comments