Fix release process, fix Jazzy CI, remove CocoaPods#841
Merged
Conversation
* Fix `make release`: the `installables` target depended on `clean`, which deleted build artifacts before `install` could copy them. Move cleanup into the recipe body so it runs after `build`. * Remove CocoaPods support: delete `SourceKittenFramework.podspec`, the `cocoapods` gem from `Gemfile`, and the `make publish` target. CocoaPods trunk is going read-only on December 2, 2026: https://blog.cocoapods.org/CocoaPods-Specs-Repo/ BrewTestBot auto-bumps the Homebrew formula, so `make publish` had no remaining use. * Fix Jazzy CI: `macos-13` and Ruby 2.7 are both EOL. Update to `macos-15` and Ruby 3.3. Bump `actions/checkout` to v4. * Update `Releasing.md`: use `gh release create` instead of the web UI, update the example version, and document the missing step of adding an empty changelog section after releasing. * Remove CocoaPods reference from `CONTRIBUTING.md`.
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
make releasebroken bycleandependency deleting build artifacts beforeinstallcould copy them.make release <version> <name>— sets version, commits, tags, builds pkg, uploads source tarball (for BCR stable URL), creates GitHub release with changelog, and adds empty changelog section..bcr/source.template.jsonto use stable release asset URL instead of/archive/refs/tags/(which BCR rejects as unstable).macos-13/Ruby 2.7 (both EOL) tomacos-15/Ruby 3.3, bumpactions/checkoutto v4.cocoapodsgem). Trunk is going read-only on December 2, 2026.Test plan
make releasewith no args — should print usage and exit 1make packagestill builds the pkg successfully