You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #2679 [CI] Fix version bump for npm packages (Kocal)
This PR was merged into the 2.x branch.
Discussion
----------
[CI] Fix version bump for npm packages
| Q | A
| ------------- | ---
| Bug fix? | yes
| New feature? | no <!-- please update src/**/CHANGELOG.md files -->
| Docs? | no <!-- required for new features -->
| Issues | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->
| License | MIT
The workflow https://github.com/symfony/ux/actions/runs/14282744086/job/40034193882 failed because Yarn wasn't able to tag a new version for each packages for idk what reasons.
Here we just want something that mutate `version` field from `packages.json` without any operations, let's use `npm version --no-workspaces-update --no-git-tag-version`
Commits
-------
689dff9 [CI] Fix version bump for npm packages
0 commit comments