fix: correct stale previous_stable_version to match npm registry latest - #164
Merged
Merged
Conversation
…st (0.147.0) finalize-audited-version.js bug (does not update previous_stable_version) is tracked separately. This commit manually corrects the current inconsistency that would block promote-and-publish.yml checks for 0.148.0.
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
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.
概要
previous_stable_versionが npm registry の最新版(0.147.0)と一致していなかった不整合を手動で修正。修正内容
以下2ファイルの
previous_stable_versionを0.146.1から0.147.0に変更:config/codex-termux-release-manifest.jsonpackages/codex-termux/config/codex-termux-release-manifest.json背景
scripts/finalize-audited-version.jsがprevious_stable_versionを更新しないバグがあり、現在の不整合を招いている。根本原因の修正は別 issue として追跡予定(別タスク)。本 PR は現状の不整合を手動で正しい値に修正するのみ。検証内容
git diffで差分が2ファイル・各1行のみであることを確認済み