Closed ggwpez closed 4 months ago
Adds a --max-bump to the prdoc subcommand to restrict the maximal allowed bump kind. This can then be used for the backport CI, where we only allow up to minor changes.
--max-bump
prdoc
minor
Now that I'm back I can adjust the code myself if you prefer.
Yea please go ahead @Morganamilo.
Output now looks like this:
Adds a
--max-bump
to theprdoc
subcommand to restrict the maximal allowed bump kind.This can then be used for the backport CI, where we only allow up to
minor
changes.