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

This commit is contained in:
Parthvi Vala
2022-10-17 11:50:52 +05:30
parent a5ac4b0a37
commit ed935b4e4e
3 changed files with 3 additions and 9 deletions

View File

@@ -3,11 +3,7 @@ name: Documentation
about: Report mistakes or request for documentation
---
/area documentation
Add one of the following kinds:
/kind bug
/kind feature
/kind documentation
<!--

View File

@@ -18,11 +18,9 @@ Add one of the following kinds:
/kind bug
/kind feature
/kind tests
/kind documentation
/kind code-refactoring
For documentation, add the following label:
/area documentation
Feel free to use other [labels](https://github.com/redhat-developer/odo/labels) as needed. However one of the above labels must be present or the PR will not be reviewed. This instruction is for reviewers as well.
-->

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":["kind/documentation"]}, "tests": {"prefix": "**Testing/CI:**", "labels": ["kind/tests"]}, "cleanup": {"prefix": "**Cleanup/Refactor:**", "labels": ["kind/code-refactoring"]}}'
echo "---------------------------------------"
cat release-changelog.md