[codex] Integrate Communique release notes#2
Merged
Conversation
Change-Id: Ia8c08c3c9dc78da714edc11f89c1a38d961def96 Signed-off-by: Thomas Kosiewski <tk@coder.com>
Change-Id: I3247f190fc83d5edb0715c0ca69417e35c5efdef Signed-off-by: Thomas Kosiewski <tk@coder.com>
Change-Id: I9374de58630faf72eb436e22b5ca8d501e1d9d8e Signed-off-by: Thomas Kosiewski <tk@coder.com>
Change-Id: I1cd16040c67731375fccaca1ae9b8454051576ab Signed-off-by: Thomas Kosiewski <tk@coder.com>
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
Integrates Communique into the existing release flow without changing the runtime TypeScript/native API surface.
communique.toml, and aCHANGELOG.mdscaffold included in the npm package.release/v*branches targetingmain.Validation
actionlint .github/workflows/ci.yml .github/workflows/release-prebuilds.yml .github/workflows/publish.yml .github/workflows/release-changelog.ymlnode --check .github/scripts/prepare-release-changelog.mjs && node --check .github/scripts/create-or-update-github-release.mjsnode .github/scripts/prepare-release-changelog.mjs HEADcommunique --versionMISE_LOCKED=1 mise install communique --dry-runnpm pack --dry-runci (linux-x64),ci (linux-arm64), andci (macos-arm64).Known local blocker
mise run ciandmise run release-prebuildsboth fail locally at the existingnpm run build:libghosttystep with Zig/macOS SDK undefined symbol linker errors before the new release integration runs. The local SDK path and Xcode selection resolve withxcrun --show-sdk-pathandxcode-select -p, so this appears to be a local Zig/Xcode linker issue rather than a regression in this PR.