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