Commit af16ce1
committed
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 packages1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments