-
Notifications
You must be signed in to change notification settings - Fork 20
Add Release instructions #86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
|
Caution Review failedThe pull request is closed. WalkthroughA new "Release" section has been added to the README file. This section documents a 16-step process for releasing a new version of Swift Shift. The steps include updating version and build numbers in Xcode, archiving, distributing, notarizing the app, creating a new branch, committing changes, tagging the release, pushing changes, drafting a GitHub release, generating release notes, uploading the notarized app, publishing the release, and merging the pull request. There are no changes to any public APIs or exported entities. Changes
Sequence Diagram(s)sequenceDiagram
participant Dev as Developer
participant Xcode as Xcode
participant Notary as Notary Service
participant GH as GitHub
Dev->>Xcode: Bump version & build number
Xcode->>Dev: Archive product
Dev->>Notary: Submit app for notarization
Notary-->>Dev: Confirm notarization
Dev->>GH: Create new branch & commit changes
Dev->>GH: Tag the release and push changes
GH->>Dev: Draft release and generate notes
Dev->>GH: Upload notarized app & publish release
GH->>Dev: Merge pull request
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Summary by CodeRabbit