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
release-fork from main mechanically derives the next stable version from the latest graphagent-v* tag (graphagent-v1.0.37 -> 1.0.38), and the series file .github/releases/v1.0.38.md must exist with exactly that derived-version name or the release job fails closed. This train ships two merged deliveries (#505 resource-leak fix wave, #509 DAG workflow-tool consistency pass) and needs notes per .github/RELEASE_NOTES_TEMPLATE.md.
Scope
.github/releases/v1.0.38.md only.
Approach
Draft from the template: keep section order and emoji headings codepoint-identical, omit empty sections, ASCII-only body, required Test Summary (fenced block) and Verification sections, final-line changelog link with {previous_tag}/{current_tag} placeholders.
Local render exits 0: bun run ./packages/opencode/script/release-notes.ts --notes-dir .github/releases --version 1.0.38 --channel main --branch main --tag graphagent-v1.0.38 --previous-tag graphagent-v1.0.37 --repo LeXwDeX/OpenCode-GraphAgent --out /tmp/notes.md
Why
release-fork from
mainmechanically derives the next stable version from the latestgraphagent-v*tag (graphagent-v1.0.37->1.0.38), and the series file.github/releases/v1.0.38.mdmust exist with exactly that derived-version name or the release job fails closed. This train ships two merged deliveries (#505 resource-leak fix wave, #509 DAG workflow-tool consistency pass) and needs notes per.github/RELEASE_NOTES_TEMPLATE.md.Scope
.github/releases/v1.0.38.mdonly.Approach
{previous_tag}/{current_tag}placeholders.Acceptance
bun run ./packages/opencode/script/release-notes.ts --notes-dir .github/releases --version 1.0.38 --channel main --branch main --tag graphagent-v1.0.38 --previous-tag graphagent-v1.0.37 --repo LeXwDeX/OpenCode-GraphAgent --out /tmp/notes.mdspecgit finishexits 0.