Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Nov 22, 2024
1 parent 2bc56a7 commit 3e8e941
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,22 @@ jobs:
"pr_template": "- #{{TITLE}} ##{{NUMBER}}",
"categories": [
{
"title": "## 🚀 Features",
"title": "## Features",
"labels": ["feature"]
},
{
"title": "## ✨ Enhancement",
"labels": ["enhancement"]
},
{
"title": "## 🐛 Fixes",
"title": "## Fixes",
"labels": ["fix"]
},
{
"title": "## 💬 Other",
"title": "## Other",
"labels": ["other"]
}
]
}
- name: Create Release
uses: mikepenz/action-gh-release@v0.2.0-a03
uses: softprops/action-gh-release@v1
with:
draft: true
body: ${{steps.github_release.outputs.changelog}}

0 comments on commit 3e8e941

Please sign in to comment.