Răsfoiți Sursa

Update .github/workflows/release.yml

Kentaro Wada 11 luni în urmă
părinte
comite
90d4111c15
1 a modificat fișierele cu 3 adăugiri și 2 ștergeri
  1. 3 2
      .github/workflows/release.yml

+ 3 - 2
.github/workflows/release.yml

@@ -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",
@@ -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