chore: upgrade EasyBuild.ShipIt to 3.0.0#28
Merged
Conversation
Why: Fable.Python uses ShipIt 3.0.0 with a cleaner setup; align here for consistency and to stop hardcoding rc pre-releases. - Bump easybuild.shipit 2.0.0 → 3.0.0 - Drop `--pre-release rc` from `just shipit` so default runs cut stable releases - Add `name: Fable.Logging` to CHANGELOG.md frontmatter - Guard the shipit-pr job against re-running on `chore: release` commits Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
easybuild.shipit2.0.0 → 3.0.0 in.config/dotnet-tools.json--pre-release rcfromjust shipitso default runs cut stable releases (usejust shipit --pre-release rcwhen an rc is wanted)name: Fable.LoggingtoCHANGELOG.mdfrontmatterif: !startsWith(... 'chore: release ')guard to theshipit-prjob inpublish.ymlso ShipIt doesn't re-run on its own release commitsAligns this repo's release setup with Fable.Python.
Test plan
dotnet tool restorepulls ShipIt 3.0.0 cleanlyjust shipit(locally or via CI) produces a non-rc version proposalchore: releasePR, theshipit-prjob is skipped and only thereleasejob runs🤖 Generated with Claude Code