workflow changes 12

This commit is contained in:
Dethrace Labs 2022-09-21 05:30:00 +12:00
parent cee3f0362a
commit 1437ea5ad3
1 changed files with 14 additions and 0 deletions

View File

@ -118,6 +118,20 @@ jobs:
with:
includeOpen: true
fromTag: "v0.3.0"
configurationJson: |
{
"template": "#{{CHANGELOG}}\n\n<details>\n<summary>Uncategorized</summary>\n\n#{{UNCATEGORIZED}}\n</details>",
"categories": [
{
"title": "## 💬 Other",
"labels": ["other"]
},
{
"title": "## 📦 Dependencies",
"labels": ["dependencies"]
}
]
}
- name: Create release
id: create_release
uses: softprops/action-gh-release@v1