docs: add mirroring documentation - #8679
Open
itaybre wants to merge 1 commit into
Open
Conversation
Document how code and releases are mirrored to downstream repositories, covering continuous sync via the mirror workflow and release-time distribution via Craft, including setup steps for new mirrors.
itaybre
requested review from
NinjaLikesCheez,
noahsmartin,
philipphofmann and
philprime
as code owners
August 4, 2026 20:24
philprime
approved these changes
Aug 5, 2026
philprime
left a comment
Member
There was a problem hiding this comment.
Approved as this is a docs PR, but left a question where with ask for insights
|
|
||
| 1. Builds XCFrameworks. | ||
| 2. Creates `.tgz` archives via [`scripts/create-apple-binaries-archive.sh`](../scripts/create-apple-binaries-archive.sh) and [`scripts/create-3rd-party-integration-archive.sh`](../scripts/create-3rd-party-integration-archive.sh). | ||
| 3. Craft pushes each archive to its downstream repo on the `main` branch and creates a Git tag matching the release version. |
Member
There was a problem hiding this comment.
m: Does this mean that craft is pushing code which is then overwritten again by the continuous sync? If yes, what is the value of using craft to publish the archive here?
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.
Description
Document how code and releases are mirrored to downstream repositories (e.g.,
sentry-apple-swift-log,sentry-apple-binaries).Covers:
Motivation
This information was scattered across workflow files,
.craft.yml, and tribal knowledge. Having it in one place makes onboarding and adding new integrations easier.#skip-changelog
Closes #8680