mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2024-11-15 02:45:15 +01:00
docs: fix "ommitted" typo
This commit is contained in:
parent
02b25a8eb3
commit
fc85591d98
@ -111,7 +111,7 @@ The description is a short summary of the code changes, e.g., _fix: array parsin
|
|||||||
1. If included as a footer, a breaking change MUST consist of the uppercase text BREAKING CHANGE, followed by a colon, space, and description, e.g.,
|
1. If included as a footer, a breaking change MUST consist of the uppercase text BREAKING CHANGE, followed by a colon, space, and description, e.g.,
|
||||||
_BREAKING CHANGE: environment variables now take precedence over config files_.
|
_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
|
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 ommitted from the footer section,
|
`!` 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.
|
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: updated 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. 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.
|
||||||
|
@ -112,7 +112,7 @@ The description is a short summary of the code changes, e.g., _fix: array parsin
|
|||||||
1. If included as a footer, a breaking change MUST consist of the uppercase text BREAKING CHANGE, followed by a colon, space, and description, e.g.,
|
1. If included as a footer, a breaking change MUST consist of the uppercase text BREAKING CHANGE, followed by a colon, space, and description, e.g.,
|
||||||
_BREAKING CHANGE: environment variables now take precedence over config files_.
|
_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
|
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 ommitted from the footer section,
|
`!` 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.
|
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: updated 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. 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.
|
||||||
|
Loading…
Reference in New Issue
Block a user