Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion devlog/_plan/260827_release_train/020_preview_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,11 @@ Run the git steps by hand, let the branch's own push-event CI run, then dispatch
# on preview, at the promoted head
npm version 2.34.0-preview.20260827 --no-git-tag-version
git commit -am 'release: v2.34.0-preview.20260827'
# Keep the scp-style SSH principal out of one email-shaped source literal.
release_host=github.com
release_repo=lidge-jun/opencodex.git
GIT_SSH_COMMAND='ssh -i ~/.ssh/opencodex_release_ed25519 -o IdentitiesOnly=yes' \
git push git@github.com:lidge-jun/opencodex.git HEAD:preview
git push "git@${release_host}:${release_repo}" HEAD:preview
# wait for push-event ci.yml AND service-lifecycle at that exact sha
gh workflow run release.yml --ref preview \
-f version=2.34.0-preview.20260827 -f tag=preview \
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bitkyc08/opencodex",
"version": "2.34.0",
"version": "2.35.0",
"description": "Universal provider proxy for OpenAI Codex & Claude Code — use any LLM with Codex CLI/App/SDK and Claude Code",
"type": "module",
"main": "./bin/package-main.mjs",
Expand Down
Loading