mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2026-03-12 02:17:21 -05:00
[PR #350] [MERGED] fix: replace "refactor!" with "feat!" #458
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/350
Author: @SergiyKolesnikov
Created: 3/17/2021
Status: ✅ Merged
Merged: 3/17/2021
Merged by: @damianopetrungaro
Base:
master← Head:fix-refactor-breaking-change📝 Commits (1)
cd3b8e1fix: replace "refactor!" with "feat!"📊 Changes
1 file changed (+3 additions, -3 deletions)
View changed files
📝
content/next/index.md(+3 -3)📄 Description
Refactoring by definition "is the process of changing a software system in such a way that it does not alter the external behavior of the code..." So, a refactoring cannot introduce a breaking change, otherwise it is not a refactoring anymore. Using
refactorcommit type and the breaking change marker!is a contradiction.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.