You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
content: "Based on this changelog, write a Highlights section for a GitHub release. Focus on the most impactful user-facing changes. Use markdown with ## headers for major features and bullet points for details. Do not include a top-level heading - start directly with the content.\n\nChangelog:\n\($changelog)"
122
-
}]
123
-
}')" | jq -r '.content[0].text')
124
-
125
-
RELEASE_NOTES="# Highlights
126
-
127
-
${HIGHLIGHTS}
128
-
129
-
${CHANGELOG}"
130
-
131
-
# Pin the release tag to the exact commit that was built and published.
132
-
# The app token ensures the release:published event triggers the
133
-
# downstream Vercel production deploy workflow.
134
-
gh release create "v${VERSION}" \
135
-
--target "${{ github.sha }}" \
136
-
--title "${RELEASE_DATE}" \
137
-
--notes "$RELEASE_NOTES"
109
+
# Pin the release tag to the exact commit that was built and published.
110
+
# The app token ensures the release:published event triggers the
0 commit comments