orhun / git-cliff

A highly customizable Changelog Generator that follows Conventional Commit specifications ⛰️
https://git-cliff.org
Apache License 2.0
9.03k stars 186 forks source link

Support bumping version based on configurable custom pattern #717

Closed orhun closed 3 months ago

orhun commented 3 months ago

Is there an existing issue or pull request for this?

Feature description

This is already implemented in next-version here: https://github.com/MarcoIeni/release-plz/pull/1511

Desired solution

What we need to do is add these new fields (custom_major_increment_regex and custom_minor_increment_regex) to the bump configuration in git-cliff.

Alternatives considered

None.

Additional context

See https://git-cliff.org/docs/configuration/bump

orhun commented 3 months ago

Related #718