Update repository references for rename to ably-pubsub-flutter - #604
Merged
Conversation
Repoint every reference tied to this repository's identity ahead of the rename ably-flutter -> ably-pubsub-flutter: the sdk-builds IAM role in docs.yml, the features workflow repository-name, the pubspec repository URL, and the README/CONTRIBUTING/API-reference blurb and release-skill links. The ably_flutter pub.dev package name, the ably-flutter agent identifier and CHANGELOG history are intentionally unchanged. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueThanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
3 tasks
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.
Do not merge until the repository is renamed
ably-flutter→ably-pubsub-flutter, in the programme's rename freeze window. Merging early pointsdocs.ymlandfeatures.ymlat theably-sdk-builds-ably-pubsub-flutterIAM role, whose OIDC trust is bound to the new repository name, so the credential step would fail. Conversely, once the rename happens the old role name stops matching, so this is a same-window change in both directions.Sibling of ably-pubsub-ruby#457, ably-js#2298, ably-java#1237, ably-dotnet#1332, ably-python#682 and ably-php#222. It only updates strings inside the repo; it does not rename anything. The Flutter split is sequenced after the cocoa and java splits (PDR-091b2); the repo rename is independent of that, since the legacy
ably_flutterpackage consumes theAblypod andio.ably:ably-javaby registry name, not repo URL.What changed
.github/workflows/docs.yml—role-to-assume→ably-sdk-builds-ably-pubsub-flutter. Provisioned by infrastructure#13005, with the ID-qualified OIDC subject added by infrastructure#13054 (both merged)..github/workflows/features.yml—repository-name: ably-pubsub-flutter.pubspec.yaml—repositoryURL (shown on pub.dev). Package nameably_flutteruntouched.README.md— licence badge and GitHub Issues link.CONTRIBUTING.md— the two raw-image links and the release-workflow / releases links.API_REF_INTRO_BLURB.md— source-code link on the dartdoc front page..claude/skills/release/SKILL.md— CHANGELOG link templates.Deliberately left as-is
ably_flutterpackage name — pub.dev identity, not the repo. The newably_pubsub_devicepackage arrives with the split.ably-flutter/<version>agent identifier — a registered identifier; the family rename belongs to the split, gated on ably-common#361.CHANGELOG.mdand issue/PR links in comments — history; GitHub's redirect covers them.release.yamlpublishes viadart-lang/setup-dart's reusable workflow using pub.dev's GitHub Actions publishing, which is bound to the exact repositoryably/ably-flutter(plus thepub.devenvironment and the tag pattern). Re-point it on theably_flutterpackage's Admin → Automated publishing page toably/ably-pubsub-flutterin the same window, or the next tag push fails to publish. Registry work, not repo work.Post-rename verification
git ls-remotefrom an existing checkout and web redirects for repo / a PR / a file permalink.check.yaml, iOS unit tests and integration workflows green.docs.ymlandfeatures.ymlruns: AWS credential step succeeds and the upload lands atsdk.ably.com/builds/ably/ably-pubsub-flutter/main/…(the upload failure mode is silent).🤖 Generated with Claude Code