From 8bd4370d573753161f44bfb4d2b0f8eacf3fb979 Mon Sep 17 00:00:00 2001 From: Jeroen de Bruijn <62570005+jdbruijn@users.noreply.github.com> Date: Wed, 28 Jul 2021 21:38:57 +0200 Subject: [PATCH] docs: add example with commit scope and '!' breaking change (#336) --- content/next/index.md | 5 +++++ content/v1.0.0/index.de.md | 5 +++++ content/v1.0.0/index.fr.md | 5 +++++ content/v1.0.0/index.id.md | 5 +++++ content/v1.0.0/index.it.md | 5 +++++ content/v1.0.0/index.ja.md | 6 ++++++ content/v1.0.0/index.ko.md | 5 +++++ content/v1.0.0/index.md | 5 +++++ content/v1.0.0/index.pt-br.md | 5 +++++ content/v1.0.0/index.ru.md | 5 +++++ content/v1.0.0/index.th.md | 5 +++++ content/v1.0.0/index.tr.md | 6 ++++++ content/v1.0.0/index.uk.md | 5 +++++ content/v1.0.0/index.zh-hans.md | 5 +++++ content/v1.0.0/index.zh-hant.md | 5 +++++ 15 files changed, 77 insertions(+) diff --git a/content/next/index.md b/content/next/index.md index 4f1d4d9..36bd58f 100644 --- a/content/next/index.md +++ b/content/next/index.md @@ -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 diff --git a/content/v1.0.0/index.de.md b/content/v1.0.0/index.de.md index a7e7f24..b5411ce 100644 --- a/content/v1.0.0/index.de.md +++ b/content/v1.0.0/index.de.md @@ -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 diff --git a/content/v1.0.0/index.fr.md b/content/v1.0.0/index.fr.md index 93d1376..b29c32f 100644 --- a/content/v1.0.0/index.fr.md +++ b/content/v1.0.0/index.fr.md @@ -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 diff --git a/content/v1.0.0/index.id.md b/content/v1.0.0/index.id.md index 88f5163..a6ada0e 100644 --- a/content/v1.0.0/index.id.md +++ b/content/v1.0.0/index.id.md @@ -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 diff --git a/content/v1.0.0/index.it.md b/content/v1.0.0/index.it.md index 29b1bbe..606a2e1 100644 --- a/content/v1.0.0/index.it.md +++ b/content/v1.0.0/index.it.md @@ -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 diff --git a/content/v1.0.0/index.ja.md b/content/v1.0.0/index.ja.md index 08c91de..dc7b424 100644 --- a/content/v1.0.0/index.ja.md +++ b/content/v1.0.0/index.ja.md @@ -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 フッターの両方を持つコミットメッセージ ``` diff --git a/content/v1.0.0/index.ko.md b/content/v1.0.0/index.ko.md index 3c5c13c..45de1c4 100644 --- a/content/v1.0.0/index.ko.md +++ b/content/v1.0.0/index.ko.md @@ -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 diff --git a/content/v1.0.0/index.md b/content/v1.0.0/index.md index ddacf6b..49ad217 100644 --- a/content/v1.0.0/index.md +++ b/content/v1.0.0/index.md @@ -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 diff --git a/content/v1.0.0/index.pt-br.md b/content/v1.0.0/index.pt-br.md index 6d00ce4..05d5a4a 100644 --- a/content/v1.0.0/index.pt-br.md +++ b/content/v1.0.0/index.pt-br.md @@ -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 ``` diff --git a/content/v1.0.0/index.ru.md b/content/v1.0.0/index.ru.md index 745537f..6b4566b 100644 --- a/content/v1.0.0/index.ru.md +++ b/content/v1.0.0/index.ru.md @@ -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 diff --git a/content/v1.0.0/index.th.md b/content/v1.0.0/index.th.md index aa0d377..a75410e 100644 --- a/content/v1.0.0/index.th.md +++ b/content/v1.0.0/index.th.md @@ -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 diff --git a/content/v1.0.0/index.tr.md b/content/v1.0.0/index.tr.md index 03fc69f..1c10682 100644 --- a/content/v1.0.0/index.tr.md +++ b/content/v1.0.0/index.tr.md @@ -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ı ``` diff --git a/content/v1.0.0/index.uk.md b/content/v1.0.0/index.uk.md index 9c8937d..7cac731 100644 --- a/content/v1.0.0/index.uk.md +++ b/content/v1.0.0/index.uk.md @@ -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 diff --git a/content/v1.0.0/index.zh-hans.md b/content/v1.0.0/index.zh-hans.md index d80b6a3..af252c4 100644 --- a/content/v1.0.0/index.zh-hans.md +++ b/content/v1.0.0/index.zh-hans.md @@ -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 diff --git a/content/v1.0.0/index.zh-hant.md b/content/v1.0.0/index.zh-hant.md index 86552b5..0b9f886 100644 --- a/content/v1.0.0/index.zh-hant.md +++ b/content/v1.0.0/index.zh-hant.md @@ -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