Skip to content

Add ability to create changelog on bump by default #290

Closed
@janw

Description

@janw

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

  1. 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.
  2. 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. 👋

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions