From 1437ea5ad3c69476d8f8e78b7a12898a620ed226 Mon Sep 17 00:00:00 2001 From: Dethrace Labs Date: Wed, 21 Sep 2022 05:30:00 +1200 Subject: [PATCH] workflow changes 12 --- .github/workflows/ci.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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