From f25347bdf56a79c721ddc0f5afd711ca5bd8d009 Mon Sep 17 00:00:00 2001 From: Kentaro Wada Date: Fri, 14 Jun 2024 00:28:12 +0900 Subject: [PATCH] Update .github/workflows/release.yml --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3cb235582..6d83154f9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,8 +23,8 @@ jobs: with: configurationJson: | { - "template": "#{{CHANGELOG}}\n\n
\nUncategorized\n\n#{{UNCATEGORIZED}}\n
\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
\n", + "pr_template": "- #{{TITLE}} ##{{NUMBER}} (Thanks @#{{AUTHOR}})", "categories": [ { "title": "## 🚀 Features", @@ -50,6 +50,7 @@ jobs: uses: mikepenz/action-gh-release@v0.2.0-a03 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