diff --git a/content/next/index.md b/content/next/index.md index a8fd94c..6b38ebd 100644 --- a/content/next/index.md +++ b/content/next/index.md @@ -53,17 +53,17 @@ BREAKING CHANGE: `extends` key in config file is now used for extending other co ### Commit message with `!` to draw attention to breaking change ``` -feat!: drop support for Node 6 +feat!: send an email to the customer when a product is shipped ``` ### Commit message with scope and `!` to draw attention to breaking change ``` -refactor(runtime)!: drop support for Node 6 +feat(api)!: send an email to the customer when a product is shipped ``` ### Commit message with both `!` and BREAKING CHANGE footer ``` -feat!: drop support for Node 6 +chore!: drop support for Node 6 BREAKING CHANGE: use JavaScript features not available in Node 6. ``` diff --git a/content/v1.0.0/index.de.md b/content/v1.0.0/index.de.md index eccc1a4..ae8117b 100644 --- a/content/v1.0.0/index.de.md +++ b/content/v1.0.0/index.de.md @@ -52,19 +52,19 @@ BREAKING CHANGE: `extends` key in config file is now used for extending other co ### Commit-Nachricht mit `!` um auf einen Breaking Change aufmerksam zu machen ``` -refactor!: drop support for Node 6 +feat!: send an email to the customer when a product is shipped ``` ### Commit-Nachricht mit Gültigkeitsbereich und `!` um auf einen Breaking Change aufmerksam zu machen ``` -refactor(runtime)!: drop support for Node 6 +feat(api)!: send an email to the customer when a product is shipped ``` ### Commit-Nachricht mit `!` als auch BREAKING CHANGE Fußzeile ``` -refactor!: drop support for Node 6 +chore!: drop support for Node 6 -BREAKING CHANGE: refactor to use JavaScript features not available in Node 6. +BREAKING CHANGE: use JavaScript features not available in Node 6. ``` ### Commit-Nachricht ohne Textkörper diff --git a/content/v1.0.0/index.fr.md b/content/v1.0.0/index.fr.md index d8741fb..b6b8098 100644 --- a/content/v1.0.0/index.fr.md +++ b/content/v1.0.0/index.fr.md @@ -54,19 +54,19 @@ BREAKING CHANGE: `extends` key in config file is now used for extending other co ### Message du commit avec `!` attire l'attention sur un BREAKING CHANGE ``` -refactor!: drop support for Node 6 +feat!: send an email to the customer when a product is shipped ``` ### Message du commit avec _scope_ et `!` attire l'attention sur un BREAKING CHANGE ``` -refactor(runtime)!: drop support for Node 6 +feat(api)!: send an email to the customer when a product is shipped ``` ### Message du commit avec `!` et BREAKING CHANGE dans le pied de page ``` -refactor!: drop support for Node 6 +chore!: drop support for Node 6 -BREAKING CHANGE: refactor to use JavaScript features not available in Node 6. +BREAKING CHANGE: use JavaScript features not available in Node 6. ``` ### Message du commit sans corps de texte diff --git a/content/v1.0.0/index.id.md b/content/v1.0.0/index.id.md index 2db928b..69653d3 100644 --- a/content/v1.0.0/index.id.md +++ b/content/v1.0.0/index.id.md @@ -52,19 +52,19 @@ BREAKING CHANGE: `extends` key in config file is now used for extending other co ### Pesan komit dengan `!` untuk menarik perhatian pada breaking change ``` -refactor!: drop support for Node 6 +feat!: send an email to the customer when a product is shipped ``` ### Pesan komit dengan scope dan `!` untuk menarik perhatian pada breaking change ``` -refactor(runtime)!: drop support for Node 6 +feat(api)!: send an email to the customer when a product is shipped ``` ### Pesan komit dengan keduanya `!` dan footer BREAKING CHANGE ``` -refactor!: drop support for Node 6 +chore!: drop support for Node 6 -BREAKING CHANGE: refactor to use JavaScript features not available in Node 6. +BREAKING CHANGE: use JavaScript features not available in Node 6. ``` ### Pesan komit tanpa body diff --git a/content/v1.0.0/index.it.md b/content/v1.0.0/index.it.md index 606a2e1..5f3fd6b 100644 --- a/content/v1.0.0/index.it.md +++ b/content/v1.0.0/index.it.md @@ -54,17 +54,17 @@ BREAKING CHANGE: `extends` key in config file is now used for extending other co ### Messaggio di un commit con un `!` per attirare l'attenzione su una breaking change ``` -refactor!: drop support for Node 6 +feat!: send an email to the customer when a product is shipped ``` ### Messaggio di un commit con uno contesto e `!` per attirare attenzione ad una breaking change ``` -refactor(runtime)!: drop support for Node 6 +feat(api)!: send an email to the customer when a product is shipped ``` ### Messaggio di un commit con entrambe `!` e _BREAKING CHANGE_ a piè di pagina ``` -refactor!: drop support for Node 6 +feat!: send an email to the customer when a product is shipped BREAKING CHANGE: dropping Node 6 which hits end of life in April ``` diff --git a/content/v1.0.0/index.ja.md b/content/v1.0.0/index.ja.md index 3151034..a9cbb57 100644 --- a/content/v1.0.0/index.ja.md +++ b/content/v1.0.0/index.ja.md @@ -67,21 +67,21 @@ BREAKING CHANGE: `extends` key in config file is now used for extending other co ### 破壊的変更を目立たせるために `!` を持つコミットメッセージ ``` -refactor!: drop support for Node 6 +feat!: send an email to the customer when a product is shipped ``` ### スコープおよび破壊的変更を目立たせるための `!` を持つコミットメッセージ ``` -refactor(runtime)!: drop support for Node 6 +feat(api)!: send an email to the customer when a product is shipped ``` ### `!` と BREAKING CHANGE フッターの両方を持つコミットメッセージ ``` -refactor!: drop support for Node 6 +chore!: drop support for Node 6 -BREAKING CHANGE: refactor to use JavaScript features not available in Node 6. +BREAKING CHANGE: use JavaScript features not available in Node 6. ``` ### 本文を持たないコミットメッセージ diff --git a/content/v1.0.0/index.ko.md b/content/v1.0.0/index.ko.md index a258ad6..8f76484 100644 --- a/content/v1.0.0/index.ko.md +++ b/content/v1.0.0/index.ko.md @@ -49,19 +49,19 @@ BREAKING CHANGE: `extends` key in config file is now used for extending other co ### 단절적 변경(breaking change)에 주의를 주기 위해 `!`를 포함한 커밋 메세지 ``` -refactor!: drop support for Node 6 +feat!: send an email to the customer when a product is shipped ``` ### 단절적 변경(breaking change)에 주의를 주기위해 적용 범위와 `!` 를 포함한 커밋 메세지 ``` -refactor(runtime)!: drop support for Node 6 +feat(api)!: send an email to the customer when a product is shipped ``` ### BREAKING CHANGE 꼬리말과 `!`를 함께 포함한 커밋 메세지 ``` -refactor!: drop support for Node 6 +chore!: drop support for Node 6 -BREAKING CHANGE: refactor to use JavaScript features not available in Node 6. +BREAKING CHANGE: use JavaScript features not available in Node 6. ``` ### 본문이 없는 커밋 메세지 diff --git a/content/v1.0.0/index.md b/content/v1.0.0/index.md index 9b8f91a..9dcbe9d 100644 --- a/content/v1.0.0/index.md +++ b/content/v1.0.0/index.md @@ -54,19 +54,19 @@ BREAKING CHANGE: `extends` key in config file is now used for extending other co ### Commit message with `!` to draw attention to breaking change ``` -refactor!: drop support for Node 6 +feat!: send an email to the customer when a product is shipped ``` ### Commit message with scope and `!` to draw attention to breaking change ``` -refactor(runtime)!: drop support for Node 6 +feat(api)!: send an email to the customer when a product is shipped ``` ### Commit message with both `!` and BREAKING CHANGE footer ``` -refactor!: drop support for Node 6 +chore!: drop support for Node 6 -BREAKING CHANGE: refactor to use JavaScript features not available in Node 6. +BREAKING CHANGE: use JavaScript features not available in Node 6. ``` ### Commit message with no body diff --git a/content/v1.0.0/index.ru.md b/content/v1.0.0/index.ru.md index d06fa45..d1a3414 100644 --- a/content/v1.0.0/index.ru.md +++ b/content/v1.0.0/index.ru.md @@ -65,19 +65,19 @@ BREAKING CHANGE: `extends` key in config file is now used for extending other co ### Сообщение коммита с `!` для привлечения внимания к `BREAKING CHANGE` ``` -refactor!: drop support for Node 6 +feat!: send an email to the customer when a product is shipped ``` ### Сообщение коммита с _контекстом_ и `!` для привлечения внимания к `BREAKING CHANGE` ``` -refactor(runtime)!: drop support for Node 6 +feat(api)!: send an email to the customer when a product is shipped ``` ### Сообщение коммита вместе с `!` и _сноской_ `BREAKING CHANGE` ``` -refactor!: drop support for Node 6 +chore!: drop support for Node 6 -BREAKING CHANGE: refactor to use JavaScript features not available in Node 6. +BREAKING CHANGE: use JavaScript features not available in Node 6. ``` ### Сообщение коммита без _тела_ diff --git a/content/v1.0.0/index.th.md b/content/v1.0.0/index.th.md index 6d4814b..69c2010 100644 --- a/content/v1.0.0/index.th.md +++ b/content/v1.0.0/index.th.md @@ -53,19 +53,19 @@ BREAKING CHANGE: `extends` key in config file is now used for extending other co ### ข้อความ commit ที่มี `!` เพื่อบ่งบอก breaking change ``` -refactor!: drop support for Node 6 +feat!: send an email to the customer when a product is shipped ``` ### ข้อความ commit ที่ระบุขอบเขต และมี `!` เพื่อบ่งบอก breaking change ``` -refactor(runtime)!: drop support for Node 6 +feat(api)!: send an email to the customer when a product is shipped ``` ### ข้อความ commit ที่มีทั้ง `!` และ BREAKING CHANGE ลงท้าย ``` -refactor!: drop support for Node 6 +chore!: drop support for Node 6 -BREAKING CHANGE: refactor to use JavaScript features not available in Node 6. +BREAKING CHANGE: use JavaScript features not available in Node 6. ``` ### ข้อความ commit ที่ไม่มีเนื้อหา diff --git a/content/v1.0.0/index.uk.md b/content/v1.0.0/index.uk.md index aac989f..a81d0fb 100644 --- a/content/v1.0.0/index.uk.md +++ b/content/v1.0.0/index.uk.md @@ -55,19 +55,19 @@ BREAKING CHANGE: `extends` key in config file is now used for extending other co ### Коміт повідомлення з `!` для додаткового наголосу щодо BREAKING CHANGE ``` -refactor!: drop support for Node 6 +feat!: send an email to the customer when a product is shipped ``` ### Коміт повідомлення з контекстом та `!` аби привернути увагу до BREAKING CHANGE ``` -refactor(runtime)!: drop support for Node 6 +feat(api)!: send an email to the customer when a product is shipped ``` ### Коміт повідомлення з `!` та BREAKING CHANGE додатком ``` -refactor!: drop support for Node 6 +chore!: drop support for Node 6 -BREAKING CHANGE: refactor to use JavaScript features not available in Node 6. +BREAKING CHANGE: use JavaScript features not available in Node 6. ``` ### Коміт повідомлення без тіла diff --git a/content/v1.0.0/index.zh-hans.md b/content/v1.0.0/index.zh-hans.md index 17e7fb8..faff66a 100644 --- a/content/v1.0.0/index.zh-hans.md +++ b/content/v1.0.0/index.zh-hans.md @@ -65,19 +65,19 @@ BREAKING CHANGE: `extends` key in config file is now used for extending other co ### 包含了 `!` 字符以提醒注意破坏性变更的提交说明 ``` -refactor!: drop support for Node 6 +feat!: send an email to the customer when a product is shipped ``` ### 包含了范围和破坏性变更 `!` 的提交說明 ``` -refactor(runtime)!: drop support for Node 6 +feat(api)!: send an email to the customer when a product is shipped ``` ### 包含了 `!` 和 BREAKING CHANGE 脚注的提交说明 ``` -refactor!: drop support for Node 6 +chore!: drop support for Node 6 -BREAKING CHANGE: refactor to use JavaScript features not available in Node 6. +BREAKING CHANGE: use JavaScript features not available in Node 6. ``` ### 不包含正文的提交说明 diff --git a/content/v1.0.0/index.zh-hant.md b/content/v1.0.0/index.zh-hant.md index dfb1dbe..edb55ae 100644 --- a/content/v1.0.0/index.zh-hant.md +++ b/content/v1.0.0/index.zh-hant.md @@ -59,19 +59,19 @@ BREAKING CHANGE: `extends` key in config file is now used for extending other co ### 包含用以提示重大變更的 `!` 的提交說明 ``` -refactor!: drop support for Node 6 +feat!: send an email to the customer when a product is shipped ``` ### 包含作用範圍和提示重大變更的 `!` 的提交說明 ``` -refactor(runtime)!: drop support for Node 6 +feat(api)!: send an email to the customer when a product is shipped ``` ### 包含 `!` 以及頁腳有重大變更的提交說明 ``` -refactor!: drop support for Node 6 +chore!: drop support for Node 6 -BREAKING CHANGE: refactor to use JavaScript features not available in Node 6. +BREAKING CHANGE: use JavaScript features not available in Node 6. ``` ### 不包含正文的提交說明