Skip to content

Rework release workflow for manual dispatch#86

Merged
j178 merged 1 commit intomainfrom
feat/manual-release-workflow
Mar 15, 2026
Merged

Rework release workflow for manual dispatch#86
j178 merged 1 commit intomainfrom
feat/manual-release-workflow

Conversation

@j178
Copy link
Copy Markdown
Owner

@j178 j178 commented Mar 15, 2026

Summary

  • change the release workflow to workflow_dispatch only with a version input
  • add a plan step that computes the release tag and prerelease status
  • let gh create the tag and release from the validated plan output

Testing

  • npx prettier --check .github/workflows/release.yml

Copilot AI review requested due to automatic review settings March 15, 2026 14:11
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Reworks the GitHub Release workflow to be manually triggered (workflow_dispatch) with a version input, planning the release tag/prerelease status, and having gh create the tag + release from that plan.

Changes:

  • Switch release trigger from push tags to workflow_dispatch with a required version input.
  • Add a “Plan release” step to normalize/validate the tag and compute prerelease status.
  • Create the GitHub release (and tag) via gh release create, and conditionally move the major tag for non-prereleases.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/release.yml
Comment thread .github/workflows/release.yml
Comment thread .github/workflows/release.yml Outdated
Comment thread .github/workflows/release.yml
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 43c0f84094

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread .github/workflows/release.yml Outdated
@j178 j178 force-pushed the feat/manual-release-workflow branch from 43c0f84 to d38b3df Compare March 15, 2026 14:16
@j178 j178 merged commit fbfa077 into main Mar 15, 2026
9 checks passed
@j178 j178 deleted the feat/manual-release-workflow branch March 15, 2026 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants