Skip to content

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

Open
ilhan007 wants to merge 1 commit intomainfrom
refactor-release-steps
Open

chore: update release workflow - build after version bump#13034
ilhan007 wants to merge 1 commit 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

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