workflow 13

This commit is contained in:
Dethrace Labs 2022-09-21 16:10:02 +12:00
parent 1437ea5ad3
commit fdbb4ad8d1
1 changed files with 6 additions and 7 deletions

View File

@ -116,21 +116,20 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
includeOpen: true
fromTag: "v0.3.0"
configurationJson: |
{
"template": "#{{CHANGELOG}}\n\n<details>\n<summary>Uncategorized</summary>\n\n#{{UNCATEGORIZED}}\n</details>",
"categories": [
categories: [
{
"title": "## 💬 Other",
"labels": ["other"]
title: '## 🚀 Enhancements',
labels: ['feature']
},
{
"title": "## 📦 Dependencies",
"labels": ["dependencies"]
title: '## 🐛 Fixes',
labels: ['bug']
}
]
],
}
- name: Create release
id: create_release