From f6a7ae505eb47c07c1df18dbb00497520c4bb828 Mon Sep 17 00:00:00 2001 From: Datong Sun Date: Wed, 27 Sep 2023 15:07:21 +0800 Subject: [PATCH 1/2] Update changelog-template.yaml --- changelog/changelog-template.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/changelog/changelog-template.yaml b/changelog/changelog-template.yaml index b3e47fe7827..2087d5d1f27 100644 --- a/changelog/changelog-template.yaml +++ b/changelog/changelog-template.yaml @@ -1,2 +1,3 @@ -message: -type: +message: "Description of your change" +type: # One of "feature", "bugfix", "dependency", "deprecation", "breaking_change", "performance" +scope: # One of "Core", "Plugin", "PDK", "Admin API", "Performance", "Configuration", "Clustering", "Portal", "CLI Command" From 805197eedfb9474dddcdf708a4395fc3195abd24 Mon Sep 17 00:00:00 2001 From: Datong Sun Date: Wed, 27 Sep 2023 15:15:11 +0800 Subject: [PATCH 2/2] Update changelog-template.yaml --- changelog/changelog-template.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/changelog/changelog-template.yaml b/changelog/changelog-template.yaml index 2087d5d1f27..77bf1fcd900 100644 --- a/changelog/changelog-template.yaml +++ b/changelog/changelog-template.yaml @@ -1,3 +1,3 @@ -message: "Description of your change" -type: # One of "feature", "bugfix", "dependency", "deprecation", "breaking_change", "performance" -scope: # One of "Core", "Plugin", "PDK", "Admin API", "Performance", "Configuration", "Clustering", "Portal", "CLI Command" +message: # "Description of your change" (required) +type: # One of "feature", "bugfix", "dependency", "deprecation", "breaking_change", "performance" (required) +scope: # One of "Core", "Plugin", "PDK", "Admin API", "Performance", "Configuration", "Clustering", "Portal", "CLI Command" (optional)