Cleanup PR/issue template and changelog generator script (#6219)

* Cleanup PR/issue labels and changelog generator script

* Use kind/documentation instead of area/documentation to sort out documentation related issues in a better way

* Revert "Use kind/documentation instead of area/documentation to sort out documentation related issues in a better way"

This reverts commit ed935b4e4e.
This commit is contained in:
Parthvi Vala
2022-10-24 14:05:22 +05:30
committed by GitHub
parent 9b9ba0b7ca
commit 44fcb8c18d
3 changed files with 8 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":["kind/documentation"]}, "tests": {"prefix": "**Testing/CI:**", "labels": ["kind/tests", "kind/failing-test"]}, "cleanup": {"prefix": "**Cleanup/Refactor:**", "labels": ["kind/cleanup"]}}'
--add-sections '{"documentation":{"prefix":"**Documentation:**","labels":["area/documentation"]}, "tests": {"prefix": "**Testing/CI:**", "labels": ["kind/tests"]}, "cleanup": {"prefix": "**Cleanup/Refactor:**", "labels": ["kind/code-refactoring"]}}'
echo "---------------------------------------"
cat release-changelog.md