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
Copy file name to clipboardExpand all lines: .github/release-prompt-template.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,11 +13,8 @@ Instructions:
13
13
3. Use bullet points for changes.
14
14
4. Do not include commit hashes or author names.
15
15
5. Output using clean Markdown syntax without markdown code block wrappers around the entire response.
16
-
6. Always append the following Markdown table at the end of the changelog to provide build artifact details, preserving the exact placeholders:
16
+
6. Always append the following section at the end of the changelog to provide build artifact details, preserving the exact placeholder `{{ARTIFACT_TABLE}}`:
fs.writeFileSync(outputPath,`### Commits in this Release\n\n\`\`\`\n${commitLog}\n\`\`\``,'utf8');
101
+
constfallbackNotes=`### Release Summary (${releaseVersion})\n\n### Commits in this Release\n\n\`\`\`\n${commitLog}\n\`\`\`\n\n### Build Artifacts\n\n${artifactTable}`;
0 commit comments