Skip to content

chore: update release workflow - build after version bump#13034

Merged
ilhan007 merged 3 commits intomainfrom
refactor-release-steps
Feb 6, 2026
Merged

chore: update release workflow - build after version bump#13034
ilhan007 merged 3 commits intomainfrom
refactor-release-steps

Conversation

@ilhan007
Copy link
Contributor

@ilhan007 ilhan007 commented Feb 5, 2026

Summary

Fixes incorrect version in VersionInfo.js during releases.
Previously, the build ran before version bump, causing the published packages to contain the old version (e.g., 2.19.0-rc.3 instead of 2.19.0).

Changes

Reordered release workflow steps to:

  1. Version Bump (local only) - Uses --no-push to update versions
    locally without pushing
  2. Build - Now runs after version bump, so VersionInfo.js has the
    correct version
  3. Push and Create GitHub Release - Pushes commit/tags and
    creates release using changelog content

@ilhan007 ilhan007 merged commit 90e617b into main Feb 6, 2026
11 of 12 checks passed
@ilhan007 ilhan007 deleted the refactor-release-steps branch February 6, 2026 09:40
ilhan007 added a commit that referenced this pull request Feb 6, 2026
**Summary**

Fixes incorrect version in VersionInfo.js during releases.
Previously, the build ran before version bump, causing the published packages to contain the old version (e.g., 2.19.0-rc.3 instead of 2.19.0).


**Changes**

Reordered release workflow steps to:
  1. Version Bump (local only) - Uses --no-push to update versions
  locally without pushing
  2. Build - Now runs after version bump, so VersionInfo.js has the
   correct version
  3. Push and Create GitHub Release - Pushes commit/tags and
  creates release using changelog content
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