|
@@ -23,8 +23,8 @@ jobs:
|
|
with:
|
|
with:
|
|
configurationJson: |
|
|
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": [
|
|
"categories": [
|
|
{
|
|
{
|
|
"title": "## 🚀 Features",
|
|
"title": "## 🚀 Features",
|
|
@@ -50,6 +50,7 @@ jobs:
|
|
uses: mikepenz/action-gh-release@v0.2.0-a03
|
|
uses: mikepenz/action-gh-release@v0.2.0-a03
|
|
with:
|
|
with:
|
|
body: ${{steps.github_release.outputs.changelog}}
|
|
body: ${{steps.github_release.outputs.changelog}}
|
|
|
|
+ draft: true
|
|
|
|
|
|
- name: Create release url file
|
|
- name: Create release url file
|
|
run: echo "${{ steps.create_release.outputs.upload_url }}" > release_url.txt
|
|
run: echo "${{ steps.create_release.outputs.upload_url }}" > release_url.txt
|