docs: add example with commit scope and '!' breaking change (#336)

This commit is contained in:
Jeroen de Bruijn 2021-07-28 21:38:57 +02:00 committed by GitHub
parent 3914ca94e8
commit 8bd4370d57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
15 changed files with 77 additions and 0 deletions

View File

@ -56,6 +56,11 @@ BREAKING CHANGE: `extends` key in config file is now used for extending other co
feat!: drop support for Node 6
```
### Commit message with scope and `!` to draw attention to breaking change
```
refactor(runtime)!: drop support for Node 6
```
### Commit message with both `!` and BREAKING CHANGE footer
```
feat!: drop support for Node 6

View File

@ -55,6 +55,11 @@ BREAKING CHANGE: `extends` key in config file is now used for extending other co
refactor!: drop support for Node 6
```
### Commit-Nachricht mit Gültigkeitsbereich und `!` um auf einen Breaking Change aufmerksam zu machen
```
refactor(runtime)!: drop support for Node 6
```
### Commit-Nachricht mit `!` als auch BREAKING CHANGE Fußzeile
```
refactor!: drop support for Node 6

View File

@ -57,6 +57,11 @@ BREAKING CHANGE: `extends` key in config file is now used for extending other co
refactor!: drop support for Node 6
```
### Message du commit avec _scope_ et `!` attire l'attention sur un BREAKING CHANGE
```
refactor(runtime)!: drop support for Node 6
```
### Message du commit avec `!` et BREAKING CHANGE dans le pied de page
```
refactor!: drop support for Node 6

View File

@ -55,6 +55,11 @@ BREAKING CHANGE: `extends` key in config file is now used for extending other co
refactor!: drop support for Node 6
```
### Pesan komit dengan scope dan `!` untuk menarik perhatian pada breaking change
```
refactor(runtime)!: drop support for Node 6
```
### Pesan komit dengan keduanya `!` dan footer BREAKING CHANGE
```
refactor!: drop support for Node 6

View File

@ -57,6 +57,11 @@ BREAKING CHANGE: `extends` key in config file is now used for extending other co
refactor!: drop support for Node 6
```
### Messaggio di un commit con uno contesto e `!` per attirare attenzione ad una breaking change
```
refactor(runtime)!: drop support for Node 6
```
### Messaggio di un commit con entrambe `!` e _BREAKING CHANGE_ a piè di pagina
```
refactor!: drop support for Node 6

View File

@ -70,6 +70,12 @@ BREAKING CHANGE: `extends` key in config file is now used for extending other co
refactor!: drop support for Node 6
```
### スコープおよび破壊的変更を目立たせるための `!` を持つコミットメッセージ
```
refactor(runtime)!: drop support for Node 6
```
### `!` と BREAKING CHANGE フッターの両方を持つコミットメッセージ
```

View File

@ -52,6 +52,11 @@ BREAKING CHANGE: `extends` key in config file is now used for extending other co
refactor!: drop support for Node 6
```
### 단절적 변경(breaking change)에 주의를 주기위해 적용 범위와 `!` 를 포함한 커밋 메세지
```
refactor(runtime)!: drop support for Node 6
```
### BREAKING CHANGE 꼬리말과 `!`를 함께 포함한 커밋 메세지
```
refactor!: drop support for Node 6

View File

@ -57,6 +57,11 @@ BREAKING CHANGE: `extends` key in config file is now used for extending other co
refactor!: drop support for Node 6
```
### Commit message with scope and `!` to draw attention to breaking change
```
refactor(runtime)!: drop support for Node 6
```
### Commit message with both `!` and BREAKING CHANGE footer
```
refactor!: drop support for Node 6

View File

@ -55,6 +55,11 @@ BREAKING CHANGE: a chave `extends`, no arquivo de configuração, agora é utili
refactor!: remove suporte para Node 6
```
### Mensagem de commit com escopo e `!` para chamar a atenção para quebra a compatibilidade
```
refactor(execução)!: remove suporte para Node 6
```
### Commit message with both `!` and BREAKING CHANGE footer
```

View File

@ -69,6 +69,11 @@ BREAKING CHANGE: `extends` key in config file is now used for extending other co
refactor!: drop support for Node 6
```
## Сообщение коммита с онтекстом_ и `!` для привлечения внимания к `BREAKING CHANGE`
```
refactor(runtime)!: drop support for Node 6
```
### Сообщение коммита вместе с `!` и _сноской_ `BREAKING CHANGE`.
```
refactor!: drop support for Node 6

View File

@ -56,6 +56,11 @@ BREAKING CHANGE: `extends` key in config file is now used for extending other co
refactor!: drop support for Node 6
```
### ข้อความ commit ที่ระบุขอบเขต และมี `!` เพื่อบ่งบอก breaking change
```
refactor(runtime)!: drop support for Node 6
```
### ข้อความ commit ที่มีทั้ง `!` และ BREAKING CHANGE ลงท้าย
```
refactor!: drop support for Node 6

View File

@ -56,6 +56,12 @@ BREAKING CHANGE: `extends` artık başka bir ayar dosyasından türetildiğini b
refactor!: Node 6 desteği kaldırıldı
```
### Kapsamı belirtilen ve `!` ile yıkıcı değişikliğe dikkat çeken commit mesajı
```
refactor(runtime)!: Node 6 desteği kaldırıldı
```
### `!` ve BREAKING CHANGE alt metni içeren commit mesajı
```

View File

@ -58,6 +58,11 @@ BREAKING CHANGE: `extends` key in config file is now used for extending other co
refactor!: drop support for Node 6
```
### Коміт повідомлення з контекстом та `!` аби привернути увагу до BREAKING CHANGE
```
refactor(runtime)!: drop support for Node 6
```
### Коміт повідомлення з `!` та BREAKING CHANGE додатком
```
refactor!: drop support for Node 6

View File

@ -68,6 +68,11 @@ BREAKING CHANGE: `extends` key in config file is now used for extending other co
refactor!: drop support for Node 6
```
### 包含了范围和破坏性变更 `!` 的提交說明
```
refactor(runtime)!: drop support for Node 6
```
### 包含了 `!` 和 BREAKING CHANGE 脚注的提交说明
```
refactor!: drop support for Node 6

View File

@ -62,6 +62,11 @@ BREAKING CHANGE: `extends` key in config file is now used for extending other co
refactor!: drop support for Node 6
```
### 包含作用範圍和提示重大變更的 `!` 的提交說明
```
refactor(runtime)!: drop support for Node 6
```
### 包含 `!` 以及頁腳有重大變更的提交說明
```
refactor!: drop support for Node 6