Fix GitHub labels in release changelog generator script and PR template (#6916)

* Rename 'kind/code-refactoring' label into 'area/refactoring' in changelog generator script

* Update GitHub PR template
This commit is contained in:
Armel Soro
2023-06-21 11:11:18 +02:00
committed by GitHub
parent 50ba3868a6
commit 4bc066819d
2 changed files with 3 additions and 3 deletions

View File

@@ -62,7 +62,7 @@ $RUN_GITHUB_CHANGELOG_GENERATOR \
--enhancement-labels "kind/feature" \
--bugs-label "**Bugs:**" \
--bug-labels "kind/bug" \
--add-sections '{"documentation":{"prefix":"**Documentation:**","labels":["area/documentation"]}, "tests": {"prefix": "**Testing/CI:**", "labels": ["kind/tests"]}, "cleanup": {"prefix": "**Cleanup/Refactor:**", "labels": ["kind/code-refactoring"]}}'
--add-sections '{"documentation":{"prefix":"**Documentation:**","labels":["area/documentation"]}, "tests": {"prefix": "**Testing/CI:**", "labels": ["area/testing"]}, "cleanup": {"prefix": "**Cleanup/Refactor:**", "labels": ["area/refactoring"]}}'
echo "---------------------------------------"
cat release-changelog.md