Skip to content

Commit 35100af

Browse files
lesnik512claude
andcommitted
fix(ci): pin dogfood workflow to semvertag>=0.3.1
0.3.0's branch-prefix strategy doesn't recognize GitHub PR merge subjects; the dogfood workflow silently no-op'd on every merge. 0.3.1 fixed this. Tighten the floor so the workflow can't resolve to the known-broken 0.3.0. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent b21ce22 commit 35100af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/semvertag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
python-version: "3.13"
3333
- run: pip install --quiet --no-cache-dir 'uv>=0.4,<1'
34-
- run: uvx 'semvertag>=0.3,<1' tag
34+
- run: uvx 'semvertag>=0.3.1,<1' tag
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3737
SEMVERTAG_BRANCH_PREFIX__MINOR: '["feat/"]'

0 commit comments

Comments
 (0)