Commit 83febc3
ci: do the git commit + tag explicitly, not via \
pnpm/action-setup@v6 + \`version: 10.x\` was still installing a
\`11.0.0-beta\` pre-release on the runner (upstream
pnpm/action-setup#225). That pre-release's \`pnpm version patch\` bumps
\`package.json\` but silently omits both the git commit and the tag,
so the subsequent \`git push --atomic <branch> vX.Y.Z\` failed with:
Version bumped successfully:
ep_headings2: 0.2.108 → 0.2.109
error: src refspec v0.2.109 does not match any
Stop relying on pnpm to do the commit/tag. Use
\`pnpm version patch --no-git-tag-version --no-commit-hooks\` purely
to bump the number in package.json, then \`git add\`, \`git commit\`,
and \`git tag -a\` ourselves. Robust across pnpm versions.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>pnpm version patch\
1 parent 33fbb3c commit 83febc3
1 file changed
Lines changed: 9 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
67 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
68 | 73 | | |
69 | 74 | | |
70 | 75 | | |
| |||
0 commit comments