Skip to content

fix: correct previous_stable_version to 0.149.1 before 0.150.1 promotion - #182

Merged
bash0816 merged 1 commit into
mainfrom
fix/codex-previous-stable-0.149.1
Aug 27, 2026
Merged

fix: correct previous_stable_version to 0.149.1 before 0.150.1 promotion#182
bash0816 merged 1 commit into
mainfrom
fix/codex-previous-stable-0.149.1

Conversation

@bash0816

Copy link
Copy Markdown
Owner

Summary

Update previous_stable_version from 0.149.0 to 0.149.1 in both release manifest files.

Reason

The Promote and Publish workflow validates that previous_stable_version matches the current npm registry latest version when dispatching with npm_tag=latest.

Current state:

  • npm registry latest: 0.149.1
  • manifest previous_stable_version: 0.149.0 (mismatch)

This PR corrects the manifest to match npm registry, which is a prerequisite for promoting Codex 0.150.1 to latest.

Changes

  • config/codex-termux-release-manifest.json
  • packages/codex-termux/config/codex-termux-release-manifest.json

Both files: Changed previous_stable_version from 0.149.00.149.1

Update previous_stable_version from 0.149.0 to 0.149.1 in both manifest files
to match the current npm registry latest version, which is required for the
Promote and Publish workflow validation (npm_tag=latest).

- config/codex-termux-release-manifest.json
- packages/codex-termux/config/codex-termux-release-manifest.json

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@bash0816
bash0816 merged commit 97f75f8 into main Aug 27, 2026
3 checks passed
@bash0816
bash0816 deleted the fix/codex-previous-stable-0.149.1 branch August 27, 2026 22:43
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