Skip to content

release: prepare v11.0.0#121

Merged
gaelic-ghost merged 2 commits into
mainfrom
release/v11.0.0
Jun 5, 2026
Merged

release: prepare v11.0.0#121
gaelic-ghost merged 2 commits into
mainfrom
release/v11.0.0

Conversation

@gaelic-ghost
Copy link
Copy Markdown
Owner

@gaelic-ghost gaelic-ghost commented Jun 5, 2026

Release

  • prepares v11.0.0 from branch release/v11.0.0
  • keeps protected main updates behind pull request review and CI
  • release tag v11.0.0 will be created after CI and the review-comment gate pass, so failed or still-discussed release candidates do not get tagged

Review Loop

Before merge and tagging, scripts/repo-maintenance/release.sh watches CI and stops on review comments unless the maintainer has already addressed or resolved them and reruns with --review-comments-addressed.

Summary by CodeRabbit

  • Chores

    • Advanced plugin version from release candidate to stable release (11.0.0).
    • Updated dependency from alpha to stable version (11.0.0).
    • Updated configuration and manifest files to reference new stable versions.
  • Documentation

    • Updated documentation and configuration files to reflect current versions.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Jun 5, 2026

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 3f745d39-1574-4454-b134-fa6c973d030b

📥 Commits

Reviewing files that changed from the base of the PR and between a467d08 and 04ed7d9.

📒 Files selected for processing (6)
  • .codex-plugin/plugin.json
  • Package.resolved
  • Package.swift
  • docs/codex-hooks-tts.md
  • hooks/hooks.json
  • skills/speak-swiftly-codex-hooks/SKILL.md

📝 Walkthrough

Walkthrough

This PR is a straightforward version bump from release-candidate 11.0.0-rc.1 to final release 11.0.0. The plugin manifest, Swift package dependencies, and all references to the SpeakSwiftly version in hook configurations and documentation are updated consistently to reflect the release.

Changes

SpeakSwiftly 11.0.0 Release Version Update

Layer / File(s) Summary
Manifest and Swift dependency version updates
.codex-plugin/plugin.json, Package.swift, Package.resolved
Plugin manifest version field and Swift package dependency for SpeakSwiftly updated from 11.0.0-rc.1 to 11.0.0; Package.resolved lockfile synchronized with matching revision and origin hash.
Hook configuration and documentation path updates
hooks/hooks.json, docs/codex-hooks-tts.md, skills/speak-swiftly-codex-hooks/SKILL.md
Stop hook command path and all documentation references updated to use the speak-swiftly/11.0.0 plugin cache path instead of the release-candidate path.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • gaelic-ghost/SpeakSwiftlyServer#102: Both PRs update the same release version metadata and Socket Codex "Stop" hook cache paths in .codex-plugin/plugin.json, hooks/hooks.json, and docs/codex-hooks-tts.md.
  • gaelic-ghost/SpeakSwiftlyServer#93: Both PRs are version-bump updates that adjust the Codex hook wiring and the cached speak-swiftly plugin path in hooks/hooks.json and corresponding documentation.
  • gaelic-ghost/SpeakSwiftlyServer#92: Both PRs are release version bumps that update the same Codex hook cache-path wiring in hooks/hooks.json and docs/codex-hooks-tts.md from an older plugin version to a newer one.

Poem

🐰 A release hops out of the RC, finally free!
Eleven-point-oh, no more the beta spree,
Manifests and packages aligned with glee,
Hook paths now point to stability's key.
From rc.1 to 11.0.0—what joy to see!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'release: prepare v11.0.0' clearly and concisely summarizes the main purpose of the changeset: preparing the v11.0.0 release by updating dependencies and version metadata across all configuration files.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/v11.0.0

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 04ed7d9055

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread Package.swift
.package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.1.0"),
.package(url: "https://github.com/apple/swift-nio.git", from: "2.83.0"),
.package(url: "https://github.com/gaelic-ghost/SpeakSwiftly.git", from: "11.0.0-alpha.7"),
.package(url: "https://github.com/gaelic-ghost/SpeakSwiftly.git", from: "11.0.0"),
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Keep the API dependency baseline in sync

After this bump, the package now resolves SpeakSwiftly from 11.0.0, but API.md still states that the current package depends on SpeakSwiftly from 11.0.0-alpha.7 in its Supported Versions section. Because this is the operator-facing compatibility contract, releasing this commit would publish contradictory dependency guidance; update that API baseline alongside the manifest change.

Useful? React with 👍 / 👎.

@gaelic-ghost gaelic-ghost merged commit 49d3f4e into main Jun 5, 2026
2 checks passed
@gaelic-ghost gaelic-ghost deleted the release/v11.0.0 branch June 5, 2026 00:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant