diff --git a/.github/actions/increment-release-version/action.yaml b/.github/actions/increment-release-version/action.yaml index 7636144..145cfbe 100644 --- a/.github/actions/increment-release-version/action.yaml +++ b/.github/actions/increment-release-version/action.yaml @@ -35,19 +35,23 @@ runs: with: configurationJson: | { - "template": "# Changelog\n\n#{{CHANGELOG}}\n\n## Others\n\n#{{UNCATEGORIZED}}", + "template": "# Changelog\n\n#{{CHANGELOG}}", "categories": [ { "title": "## ๐Ÿš€ Features", - "labels": ["feature", "enhancement"] + "labels": ["feature"] }, { "title": "## ๐Ÿ› Fixes", - "labels": ["fix", "bug"] + "labels": ["fix"] }, { "title": "## ๐Ÿงช Tests", - "labels": ["test"] + "labels": ["test", "tests"] + }, + { + "title": "## ๐Ÿ’ฌ Others", + "labels": ["chore", "documentation"] } ], "sort": {