-
-
Notifications
You must be signed in to change notification settings - Fork 297
Customize changelog with emojis #679
-
Hello! I would like to basically add emojis to the changelog generated with commitizen (e.g à la polars. How can I do that? I looked at the docs but it wasn't super clear. Thanks!
EDIT:
solved, it's the change_type_map
parameter here.
Beta Was this translation helpful? Give feedback.
All reactions
Yes, you can use the change_type_map
to customize it.
Replies: 1 comment 2 replies
-
Yes, you can use the change_type_map
to customize it.
Beta Was this translation helpful? Give feedback.
All reactions
-
Unrelated, can I edit the changelog format too? I would like to prepend a Release v$version
- that will be useful for using gh actions to generate release notes like PDM does
Beta Was this translation helpful? Give feedback.
All reactions
-
Mmm I think that would add some problems :/
Hopefully this PR will address it.
Beta Was this translation helpful? Give feedback.