~~Link commits in changelog~~ add `plugin_path` option to enable loading local plugins
See original GitHub issueDescription
Add the ability to link a changelog message to the original commit. This would greatly increase the ability to provide context around changes.
Possible Solution
Ability to add a changelog option, so when generating a changelog, it would just add links in the generated markdown for the associated commit message.
After https://github.com/commitizen-tools/commitizen/issues/396#issuecomment-878673634, we decide adding a plugin_path
might be a good solution for it.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:13 (12 by maintainers)
Top Results From Across the Web
Plugins - semantic-release
generateNotes : Generate release notes for the commits added since the ... prepare : Create or update the changelog file in the local...
Read more >User and Workspace Settings - Visual Studio Code
One way to customize language-specific settings is by opening the Settings editor, pressing on the filter button, and selecting the language option to...
Read more >Changelog - Connections Business Directory
DEV: Update Composer required PHP version. DEV: Add johnpbloch/wordpress-core-installer to allow-plugins in composer.json . DEV: Update dist files.
Read more >Configuring Strimzi (0.32.0)
You can configure your Kafka cluster to allow or decline actions executed by users ... The Kubernetes Configuration Provider plugin loads configuration data ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
As of now the changelog provides some flexibility. Extra functionality like sending slack messages, customizing what is shown in the changelog, like emojis, github links, etc are considered out of the scope of the flexibility we can provide. You could create a new custom changelog with the github commits and list it in the third party section, we have a template (which needs some love 😕)
I think the design could be improved, but we don’t have the capacity at the moment, sorry for that.
Hello! This can be achieved using a custom hook. https://commitizen-tools.github.io/commitizen/customization.html#custom-changelog-generator You can use
changelog_message_builder_hook
In the example you can see the commit author is being added to each commit, the same can be done for commits:
I don’t think it makes sense to add links, because if we add github link any other git server (gitlab, bitbucket, etc) would have to have something similar.