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
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,10 +124,15 @@ Benefits:
124
124
cz changelog --incremental
125
125
```
126
126
127
-
## TODO
127
+
## Hooks
128
128
129
-
- [ ] 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
130
-
- [ ] support for map: allow the usage of a `change_type` mapper, to convert from feat to feature for example.
129
+
Supported hook methods:
130
+
131
+
- per parsed message: useful to add links
132
+
- end of changelog generation: useful to send slack or chat message, or notify another department
133
+
134
+
Read more about hooks in the [customization page][customization]
0 commit comments