We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ae8f11 commit 529cba9Copy full SHA for 529cba9
.github/workflows/release.yml
@@ -68,6 +68,18 @@ jobs:
68
echo "tag_name=${tag_name}" >> "$GITHUB_OUTPUT"
69
echo "commit_hash=${commit_hash}" >> "$GITHUB_OUTPUT"
70
71
+ - name: 🏷️ Generate Release changelog
72
+ run: |
73
+ # ================= 🏷️ Changelog =================
74
+
75
+ pnpm run release:changelog
76
77
+ - name: 📦 Push Release to github
78
+ uses: softprops/action-gh-release@v2
79
+ with:
80
+ tag_name: ${{ inputs.tag-name || steps.push-tag.outputs.tag_name }}
81
+ body_path: RELEASE.md
82
83
publish:
84
name: ☁️ Publish
85
needs: release
0 commit comments