refactor: simplify release flow#425
Merged
Merged
Conversation
…, draft release - release-assistant.yml: rename release-gate→release-assistant, remove .changes validation - gen-release-pr.yml: remove CHANGELOG.md updates, .changes processing, draft release creation; trigger after Build completes; always update existing release-prep PR - release.yml: create release from scratch, reconstruct notes from git/API - docs.yml: manual dispatch only - generate_quickstart.sh: accept PLUGIN_VERSION/PLUGIN_SHA env vars - Contributing.md, AGENTS.md: updated release flow docs
Contributor
Release Assistant - PassedNo version-worthy changes detected. Only non-functional, doc, or test changes. |
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Replaces the keyword-in-commit-message release flow with a structured, PR-gated pipeline adapted from Java JetBrains extension workflows.
What changed
New workflows:
release-assistant.yml— PR gate that validates version-worthy PRs have amajor/minor/patchlabel. Setsrelease-assistant/requirementscommit status.gen-release-pr.yml— Triggered after Build completes. Aggregates labeled PRs, computes version and wasm sha, regenerates docs, opens/updates arelease-prepPR.Rewritten workflows:
release.yml— Creates release from scratch (not draft edit). Reconstructs release notes from merged PR titles via gh API. Uploads wasm asset.docs.yml— Removedrelease: publishedtrigger and auto-PR step. Manual dispatch only.Supporting changes:
generate_quickstart.sh— AcceptsPLUGIN_VERSION/PLUGIN_SHAenv vars for docs regeneration.docs/08_Contributing.md+AGENTS.md— Updated release flow documentation.What was removed
CHANGELOG.mdgeneration.changes/*.mdfile requirement and validationrelease-gatenaming (replaced withrelease-assistant)How it works
The release-prep PR always reflects the latest state — it gets updated every time Build completes on main.