Closed djantea closed 4 years ago
As per v1.0 of the Conventional Commits spec, a breaking change commit can be specified either by a BREAKING CHANGE: footer or a ! after the required type and the optional scope.
BREAKING CHANGE:
type
scope
The given exemple is:
refactor!: drop support for Node 6
So we need to accept the above, as opposed to
!refactor: drop support for Node 6
Oof, great catch!
0.6.4
Sorry, wrong issue :)
Released on hex as version 1.0.0 (breaking change incurred major release bump, and this has been around it might as well be 1.0 :)
1.0.0
1.0
As per v1.0 of the Conventional Commits spec, a breaking change commit can be specified either by a
BREAKING CHANGE:
footer or a ! after the requiredtype
and the optionalscope
.The given exemple is:
So we need to accept the above, as opposed to