Skip to content

ci: split next prerelease and stable release flows#13

Merged
anand-testcompare merged 1 commit intomainfrom
fix/split-next-vs-release
Feb 28, 2026
Merged

ci: split next prerelease and stable release flows#13
anand-testcompare merged 1 commit intomainfrom
fix/split-next-vs-release

Conversation

@anand-testcompare
Copy link
Contributor

Summary

  • detect whether the merged PR on main is a version-bump PR or a normal code PR
  • publish next prerelease builds only for normal PR merges using unique versions (0.0.x-next.<run>.<attempt>.<sha>)
  • publish stable latest only when the bump PR itself is merged
  • skip bump-PR creation on bump-PR merges to prevent recursive .next publishes
  • update README release automation docs to match the new behavior

Validation

  • bun run check
  • bun run typecheck
  • bun test
  • bun run build

@anand-testcompare anand-testcompare merged commit 2cef0b2 into main Feb 28, 2026
7 checks passed
@anand-testcompare anand-testcompare deleted the fix/split-next-vs-release branch February 28, 2026 06:30
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