Description
I'd love for commitizen to configurable to have the --changelog flag set by default on bump. This would reduce friction in adopting commitizen by avoiding a missing updated changelog on version bumps.
Possible Solution
- Introduce a configuration flag à la
update_changelog_on_bump (defaulting to False to mimic current behavior), that when set to True would have the same effect as providing the --changelog flag.
- Introduce a negated version for
--changelog (e.g. --no-changelog) to disable changelog generation for one version bump.
If this is something the maintainers agree is a useful feature, I'd be happy to implement it and provide a PR for it. 👋