mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2026-03-22 12:44:37 -05:00
[PR #64] [CLOSED] BREAK: feat: indicate breaking changes in header via "BREAK: " prefix #273
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/conventional-commits/conventionalcommits.org/pull/64
Author: @apetro
Created: 7/5/2018
Status: ❌ Closed
Base:
master← Head:breaking-prefix📝 Commits (1)
bd607fcBREAK: feat: indicate breaking changes in header via "BREAK: " prefix📊 Changes
1 file changed (+10 additions, -1 deletions)
View changed files
📝
index.md(+10 -1)📄 Description
BREAKING CHANGE: adds new "BREAK: " prefix before type in header in commits including breaking API changes. Tools written to the spec before this feature may fail to parse or flag as non-compliant commit messages using this feature. Breaking change commit messages written to prior versions of this spec will not be compliant with versions of the spec with this change.
Tools can regain spec compliance by adding support for parsing the new "BREAK: " prefix.
For a commit that includes API-breaking changes, that fact is the most important thing to say about the commit, so lead with it in the commit message header. Indicating breakingness in the commit message header makes API breakages more apparent on skim in more contexts.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.