mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2024-11-15 02:45:15 +01:00
fix: change 'updated' to 'update' in example
This commit is contained in:
parent
7378866e83
commit
4b4661af65
@ -121,7 +121,7 @@ _BREAKING CHANGE: environment variables now take precedence over config files_.
|
||||
1. If included in the type/scope prefix, breaking changes MUST be indicated by a
|
||||
`!` immediately before the `:`. If `!` is used, `BREAKING CHANGE:` MAY be omitted from the footer section,
|
||||
and the commit description SHALL be used to describe the breaking change.
|
||||
1. Types other than `feat` and `fix` MAY be used in your commit messages, e.g., _docs: updated ref docs._
|
||||
1. Types other than `feat` and `fix` MAY be used in your commit messages, e.g., _docs: update ref docs._
|
||||
1. The units of information that make up Conventional Commits MUST NOT be treated as case sensitive by implementors, with the exception of BREAKING CHANGE which MUST be uppercase.
|
||||
1. BREAKING-CHANGE MUST be synonymous with BREAKING CHANGE, when used as a token in a footer.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user