Skip to content

canary - #6848

Merged
TinyKitten merged 1 commit into
canaryfrom
dev
Sep 3, 2026
Merged

canary#6848
TinyKitten merged 1 commit into
canaryfrom
dev

Conversation

@TinyKitten

Copy link
Copy Markdown
Member

概要

devcanary へ反映するリリースPR。含まれるのはビルド番号の bump 1件のみ。

前回の canary PR #6843 がマージされたに bump PR #6844dev へマージされたため、ビルド番号だけが canary に取り残されていた分を追いつかせる。

このPRには skip-version-bump ラベルを付与している。 bump 済みの差分を上げるPRなので、bump_version_on_canary_pr.yml が再度 bump PR を生成しないようにするための措置(ラベルは pull_request: opened 時にのみ評価されるため、作成時に付与する必要がある)。

変更の種類

  • バグ修正
  • 新機能
  • リファクタリング
  • ドキュメント
  • CI/CD
  • その他

変更内容

semver(10.14.0)は据え置きで、iOS ビルド番号と Android versionCode のみが上がる。

  • app.config.ts: ios.buildNumber 28802881android.versionCode 100000701100000703
  • android/app/build.gradle: dev / prod の versionCode 100000701100000703
  • android/wearable/build.gradle.kts: dev / prod の versionCode 100000702100000704
  • ios/TrainLCD.xcodeproj/project.pbxproj: CURRENT_PROJECT_VERSION 28802881(各ターゲット)

回帰リスク: アプリのロジック・UI・アセットには一切変更がなく、差分はビルド番号の数値のみ。versionCode は単調増加しており、ストアの受け付け条件を満たす。

テスト

  • npm run lint が通ること
  • npm test が通ること
  • npm run typecheck が通ること

dev@origin6c742637)の内容をローカルで検証した結果:

  • npm run lint — Checked 718 files, 指摘なし
  • npm test — 261 suites / 2792 tests すべて成功
  • npm run typecheck — エラーなし

取り込み元の #6844 は自動生成PRのためCIが走っていなかったので、このPRを出すにあたってローカルで実行し直している。

関連Issue

スクリーンショット(任意)

UI変更なし: 差分は app.config.ts / Gradle / Xcode プロジェクトのビルド番号のみで、src/**assets/** には一切変更がなく、画面表示は変わりません。

🤖 Generated with Claude Code

https://claude.ai/code/session_01BWM11fYdp9nP4NXonDex59

@TinyKitten TinyKitten added the skip-version-bump bump-version workflow を実行しないことを示すフラグ label Sep 3, 2026
@TinyKitten TinyKitten self-assigned this Sep 3, 2026
@coderabbitai

coderabbitai Bot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Essentials

Run ID: 16efab58-05e6-44f1-8c42-80c0ba77b913

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

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

@TinyKitten
TinyKitten merged commit 4ee49a8 into canary Sep 3, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

android ios skip-version-bump bump-version workflow を実行しないことを示すフラグ

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant