diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e6883175..ed7c6a18 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -118,6 +118,20 @@ jobs: with: includeOpen: true fromTag: "v0.3.0" + configurationJson: | + { + "template": "#{{CHANGELOG}}\n\n
\nUncategorized\n\n#{{UNCATEGORIZED}}\n
", + "categories": [ + { + "title": "## 💬 Other", + "labels": ["other"] + }, + { + "title": "## 📦 Dependencies", + "labels": ["dependencies"] + } + ] + } - name: Create release id: create_release uses: softprops/action-gh-release@v1