Skip to content

Comments

ci: add release-type input to release workflow#278

Merged
danstepanov merged 1 commit intomainfrom
ci/release-type-input
Feb 21, 2026
Merged

ci: add release-type input to release workflow#278
danstepanov merged 1 commit intomainfrom
ci/release-type-input

Conversation

@danstepanov
Copy link
Member

Summary

  • Adds a release-type input to the release workflow (workflow_dispatch) with options: patch, minor, major, preview
  • Defaults to preview (preserving current behavior)
  • For stable releases (patch/minor/major), runs yarn release --ci --increment=<type> instead of --preRelease=preview

Context

The workflow previously always published a preview prerelease. This change allows triggering stable patch/minor/major releases from the GitHub Actions UI.

Made with Cursor

Allow choosing between patch, minor, major, and preview releases
when triggering the workflow manually, instead of always publishing
a preview prerelease.
@danstepanov danstepanov merged commit 348622b into main Feb 21, 2026
6 checks passed
@danstepanov danstepanov deleted the ci/release-type-input branch February 21, 2026 10:14
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.

1 participant