0
0
mirror of https://github.com/conventional-commits/conventionalcommits.org.git synced 2025-08-22 13:58:35 +00:00

fix(ru): section 'Examples'

This commit is contained in:
Dmitry Rakovets 2021-09-28 19:23:20 +03:00 committed by GitHub
parent 29903b3d3f
commit 0659a9910f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,17 +63,17 @@ feat: allow provided config object to extend other configs
BREAKING CHANGE: `extends` key in config file is now used for extending other config files BREAKING CHANGE: `extends` key in config file is now used for extending other config files
``` ```
### Чтобы привлечь внимание к критическим изменением, к сообщению коммита добавляется `!` ### Сообщение коммита с `!` для привлечения внимания к `BREAKING CHANGE`
``` ```
refactor!: drop support for Node 6 refactor!: drop support for Node 6
``` ```
## Сообщение коммита с онтекстом_ и `!` для привлечения внимания к `BREAKING CHANGE` ### Сообщение коммита с онтекстом_ и `!` для привлечения внимания к `BREAKING CHANGE`
``` ```
refactor(runtime)!: drop support for Node 6 refactor(runtime)!: drop support for Node 6
``` ```
### Сообщение коммита вместе с `!` и _сноской_ `BREAKING CHANGE`. ### Сообщение коммита вместе с `!` и _сноской_ `BREAKING CHANGE`
``` ```
refactor!: drop support for Node 6 refactor!: drop support for Node 6
@ -85,7 +85,7 @@ BREAKING CHANGE: refactor to use JavaScript features not available in Node 6.
docs: correct spelling of CHANGELOG docs: correct spelling of CHANGELOG
``` ```
### Сообщение коммита с онтекстом_. ### Сообщение коммита сонтекстом_
``` ```
feat(lang): add polish language feat(lang): add polish language
``` ```