Skip to content

dev<-master#6001

Merged
TinyKitten merged 2 commits into
devfrom
chore/dev-from-master
May 15, 2026
Merged

dev<-master#6001
TinyKitten merged 2 commits into
devfrom
chore/dev-from-master

Conversation

@TinyKitten
Copy link
Copy Markdown
Member

@TinyKitten TinyKitten commented May 15, 2026

概要

本番リリース v10.5.1 後に master ブランチへ積まれた差分を dev ブランチへ同期するマージPRです。masterdev の履歴を揃えることが目的で、コードの新規変更は含みません。

変更の種類

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

変更内容

master に積まれていて dev に未反映の以下 2 件のコミットを dev に取り込みます。

  • Merge pull request v10.5.1🎉 #6000 from TrainLCD/release/v10.5.1
  • v10.5.1 をリリース

テスト

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

本PRはコード変更を含まないマージPRのため、当ブランチ上で lint / test / typecheck は実行していません。取り込まれる各コミットは元の PR 時点および master への取り込み時点で検証済みです。

関連Issue

なし(リリース後の同期PR)。

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

なし(コード変更を含まないマージPR)。

Summary by CodeRabbit

リリースノート

  • Chores
    • アプリケーションバージョンを 10.5.1 にアップデートしました。
    • iOS、Android を含むすべてのプラットフォームのビルド識別子を同期しました。

Review Change Stack

@TinyKitten TinyKitten self-assigned this May 15, 2026
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 15, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 65f460ce-1107-4611-9118-94dbfd64fc5c

📥 Commits

Reviewing files that changed from the base of the PR and between c457f88 and d4df2f9.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (4)
  • android/app/build.gradle
  • app.config.ts
  • ios/TrainLCD.xcodeproj/project.pbxproj
  • package.json

📝 Walkthrough

Walkthrough

このプルリクエストはアプリケーション全体のバージョンを 10.5.0 から 10.5.1 にバンプするもので、Android の versionCode を 100000422 から 100000423 に、iOS の build number を 2635 から 2636 に更新した。

Changes

Version Bump to 10.5.1

Layer / File(s) Summary
Root version definition
app.config.ts, package.json
Expo アプリ定義と root package の version を 10.5.0 から 10.5.1 に更新した。
Android platform version
android/app/build.gradle, app.config.ts
Android の productFlavors における dev/prod の versionCode を 100000422 から 100000423 に、versionName を 10.5.0 から 10.5.1 に更新し、app.config.ts の android.versionCode も同期した。
iOS platform version
app.config.ts, ios/TrainLCD.xcodeproj/project.pbxproj
iOS の buildNumber を 2635 から 2636 に更新し、プロジェクト設定内のすべてのターゲット構成(ProdTrainLCD、TrainLCD、CanaryTrainLCD、各拡張機能、App Clip)の CURRENT_PROJECT_VERSION を 2635 から 2636 に、TrainLCD と CanaryAppClip の MARKETING_VERSION を 10.5.0 から 10.5.1 に更新した。

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • TrainLCD/MobileApp#5990: 同じバージョン関連ファイルを更新し、Android/iOS/Expo/パッケージバージョンをバンプするプルリクエスト。
  • TrainLCD/MobileApp#5913: android/app/build.gradleapp.config.tsios/TrainLCD.xcodeproj/project.pbxprojpackage.json における同種のバージョン更新を実施。
  • TrainLCD/MobileApp#5434: 同一の android/app/build.gradleapp.config.tsios/TrainLCD.xcodeproj/project.pbxprojpackage.json のバージョンメタデータをバンプするプルリクエスト。

Suggested labels

ios, android

Poem

🐰 Version bump, a hop and a skip,
10.5.1, we're ready to ship!
Android to iOS, all in a line,
From 2635 to 2636, everything's fine.
Synchronized versions, the config is blessed,
This release is ready, putting us to the test! 🚀

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Title check ❓ Inconclusive タイトル「dev<-master」は本PR の目的(master ブランチから dev ブランチへの同期マージ)を簡潔に表現していますが、具体的な内容(v10.5.1 リリース後の同期)や日本語の規約については曖昧です。 より詳細なタイトルに変更することを推奨します。例:「chore: dev ブランチを master と同期(v10.5.1 リリース後)」など、目的をより明確に記述してください。
✅ Passed checks (4 passed)
Check name Status Explanation
Description check ✅ Passed PR説明は概要、変更の種類、変更内容、テスト、関連Issue、スクリーンショットのすべてのセクションを含んでおり、マージPRの性質も適切に説明されています。
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/dev-from-master

Warning

Review ran into problems

🔥 Problems

Git: Failed to clone repository. Please run the @coderabbitai full review command to re-trigger a full review. If the issue persists, set path_filters to include or exclude specific files.


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

@TinyKitten TinyKitten merged commit 7e84d73 into dev May 15, 2026
13 checks passed
@TinyKitten TinyKitten deleted the chore/dev-from-master branch May 15, 2026 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant