Skip to content

chore: fixes release pr workflow#2578

Merged
stalniy merged 1 commit intomainfrom
chore/release-pr2
Jan 28, 2026
Merged

chore: fixes release pr workflow#2578
stalniy merged 1 commit intomainfrom
chore/release-pr2

Conversation

@stalniy
Copy link
Contributor

@stalniy stalniy commented Jan 28, 2026

Why

bug

Summary by CodeRabbit

  • Chores
    • Enhanced the release process with improved package validation and error handling, ensuring more reliable pre-release creation workflows.

✏️ Tip: You can customize this high-level summary in your review settings.

@stalniy stalniy requested a review from a team as a code owner January 28, 2026 14:20
@stalniy stalniy merged commit 261987e into main Jan 28, 2026
5 of 19 checks passed
@stalniy stalniy deleted the chore/release-pr2 branch January 28, 2026 14:21
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 28, 2026

Caution

Review failed

The pull request is closed.

📝 Walkthrough

Walkthrough

This PR refactors the package release workflow to process PACKAGES_TO_RELEASE individually instead of filtering across all lockfile packages. Each package is validated for existence, its version is read from its own package.json, and the lockfile is updated accordingly, with enhanced error handling and logging throughout.

Changes

Cohort / File(s) Summary
GitHub Actions Workflow
.github/workflows/create-pre-release-pr.yml
Replaced filtered package iteration with per-package processing: splits PACKAGES_TO_RELEASE input, validates each package's existence in package-lock.json, reads version from individual package.json files, updates lockfile with explicit error handling and per-package logging for release visibility.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

Possibly related PRs

  • chore: fixes prerelease PR #2575: Modifies the same workflow's package-lock update and per-package release flow targeting PACKAGES_TO_RELEASE with altered iteration and update logic.

Suggested reviewers

  • ygrishajev

Poem

🐰 Hop-hop, packages in a line,
Each one checked—it's now divine!
Split and trim with care so neat,
Version dance makes release complete!


Comment @coderabbitai help to get the list of available commands and usage tips.

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

Comments