Skip to content

Commit c2bac07

Browse files
dbrattliclaude
andcommitted
ci: drop --pre-release rc from publish workflow
The publish workflow hardcoded --pre-release rc, so ShipIt kept cutting 5.0.0-rc.N release PRs (e.g. #261) even after the justfile recipe was updated. Remove the flag so ShipIt produces stable releases. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 4128e2c commit c2bac07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: dotnet tool restore
3333

3434
- name: ShipIt (Pull Request)
35-
run: dotnet shipit --pre-release rc
35+
run: dotnet shipit
3636
env:
3737
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3838

0 commit comments

Comments
 (0)