Skip to main content
K
Last modified: 12/Jan/2026

How to handle breaking changes

Start the commit message with a brief description of the change with the following format:

feat(packageName)!: commit message

Write the body of the commit message that includes the words BREAKING CHANGE: followed by a description of the impact of the change on users. For example:

BREAKING CHANGE: message explaining the breaking change

Your final commit message should look something like this:

feat(dropdown)!: remove a feature BREAKING CHANGE: this commit removes a nice feature