Commit 43c8ce3
committed
fix(release-script): stage bundle/pom.xml in the release commit
cut-release.ps1 bumps bundle/pom.xml to the engine line in step 1 but
the step 6 'git add' omitted it, so the bump landed in the working tree
and never reached the Release commit or its tag. Add bundle/pom.xml to
the staged set (and the matching dry-run echo).1 parent 2eea3ce commit 43c8ce3
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
495 | 495 | | |
496 | 496 | | |
497 | 497 | | |
498 | | - | |
| 498 | + | |
499 | 499 | | |
500 | 500 | | |
501 | 501 | | |
502 | 502 | | |
503 | 503 | | |
| 504 | + | |
504 | 505 | | |
505 | 506 | | |
506 | 507 | | |
| |||
0 commit comments