Skip to content

How can we highlight breaking changes? #509

Answered by miniscruff
gerhard asked this question in Q&A
Discussion options

You must be logged in to vote

Kinds are in sorted order from the config and can be customized via the https://changie.dev/config/#kindconfig-type options. For your particular question I would do something like:

kinds:
  - label: Breaking Changes
    format: '### :fire: **Breaking Changes**'
  - label: Added
  - label: Deprecated
  - label: Fixed
  - label: Dependencies

Customize as you wish but just remember the order is preserved and you can separate the prompt label from the final output via the format.
You can also further customize change format or even adding additional prompts only for that kind, eg if you wanted to link to a CVE or something idk.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@gerhard
Comment options

@sheldonhull
Comment options

Answer selected by gerhard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants