Skip to content

Commit

Permalink
Update .github/workflows/release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Jun 13, 2024
1 parent 176bec2 commit f25347b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
with:
configurationJson: |
{
"template": "#{{CHANGELOG}}\n\n<details>\n<summary>Uncategorized</summary>\n\n#{{UNCATEGORIZED}}\n</details>\n\n- Tips and updates→ [X/Twitter <@labelmeai>](https://x.com/labelmeai)\n- Labelme Starter Bundle→ https://labelme.gumroad.com/l/starter-bundle",
"pr_template": "- #{{TITLE}} ##{{NUMBER}}",
"template": "#{{CHANGELOG}}\n\n<details>\n<summary>",
"pr_template": "- #{{TITLE}} ##{{NUMBER}} (Thanks @#{{AUTHOR}})",
"categories": [
{
"title": "## 🚀 Features",
Expand All @@ -50,6 +50,7 @@ jobs:
uses: mikepenz/[email protected]
with:
body: ${{steps.github_release.outputs.changelog}}
draft: true

- name: Create release url file
run: echo "${{ steps.create_release.outputs.upload_url }}" > release_url.txt
Expand Down

0 comments on commit f25347b

Please sign in to comment.