mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2024-11-15 02:45:15 +01:00
fix: correct flexibility typo
* fix: correct flexibility typo * fix: correct flexibility typo
This commit is contained in:
parent
cc1e8e1c6c
commit
cf1d0ae8e4
@ -177,7 +177,7 @@ A common workflow for this is to have your git system automatically squash commi
|
||||
Reverting code can be complicated: are you reverting multiple commits? if you revert a feature, should the next release instead be a patch?
|
||||
|
||||
Conventional Commits does not make an explicit effort to define revert behavior. Instead we leave it to tooling
|
||||
authors to use the flexility of _types_ and _footers_ to develop their logic for handling reverts.
|
||||
authors to use the flexibility of _types_ and _footers_ to develop their logic for handling reverts.
|
||||
|
||||
One recommendation is to use the `revert` type, and a footer that references the commit SHAs that are being reverted:
|
||||
|
||||
|
@ -178,7 +178,7 @@ A common workflow for this is to have your git system automatically squash commi
|
||||
Reverting code can be complicated: are you reverting multiple commits? if you revert a feature, should the next release instead be a patch?
|
||||
|
||||
Conventional Commits does not make an explicit effort to define revert behavior. Instead we leave it to tooling
|
||||
authors to use the flexility of _types_ and _footers_ to develop their logic for handling reverts.
|
||||
authors to use the flexibility of _types_ and _footers_ to develop their logic for handling reverts.
|
||||
|
||||
One recommendation is to use the `revert` type, and a footer that references the commit SHAs that are being reverted:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user