mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user