Skip to content

使用していないFastlaneの削除#5382

Merged
TinyKitten merged 1 commit intodevfrom
chore/remove-fastlane
Feb 20, 2026
Merged

使用していないFastlaneの削除#5382
TinyKitten merged 1 commit intodevfrom
chore/remove-fastlane

Conversation

@TinyKitten
Copy link
Member

@TinyKitten TinyKitten commented Feb 20, 2026

close #5321

Summary by CodeRabbit

リリースノート

  • Chores
    • Fastlaneビルドシステムおよび関連する自動デプロイメント機能を削除しました。iOSおよびAndroidのデプロイメントスクリプト、設定ファイル、ドキュメントが廃止されています。

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 20, 2026

📝 Walkthrough

Walkthrough

Fastlaneビルドオートメーションシステムがプロジェクトから完全に削除されます。Android および iOS のGemfileファイル、Fastlane設定ディレクトリ、デプロイメントスクリプト、および関連ドキュメントが削除されます。新しい機能は導入されず、既存のFastlaneインフラストラクチャのみが廃止されます。

Changes

Cohort / File(s) Summary
ドキュメント・AI指示
.github/copilot-instructions.md, AGENTS.md, README.md
Fastlaneへの参照を削除。ネイティブビルドコマンドの説明から「Fastlane経由」の記述を削除し、Fastlaneを通じたビルド依存性の記述を廃止。
Git設定
.gitignore, ios/fastlane/.gitignore
Fastlane関連の無視設定とレポート/スクリーンショットファイルのパターンを削除。.envファイルのグローバル無視設定も削除。
Androidビルド設定削除
android/Gemfile, android/fastlane/Appfile, android/fastlane/Fastfile, android/fastlane/Pluginfile, android/fastlane/.env.default.sample, android/fastlane/README.md
Fastlane依存関係(abbrev、fastlane ~> 2.228.0)、Androidアプリ設定、バージョンバンプおよびデプロイレーン(bump_version、deploy、deploy_canary)、環境変数テンプレート、ドキュメントを完全に削除。
iOSビルド設定削除
ios/Gemfile, ios/fastlane/Appfile, ios/fastlane/Fastfile, ios/fastlane/Matchfile, ios/fastlane/Pluginfile, ios/fastlane/.env.default.sample, ios/fastlane/README.md
Fastlane依存関係、iOSアプリ識別子設定、ビルド番号更新およびTestFlightデプロイレーン、プロビジョニング設定、環境変数テンプレート、ドキュメントを完全に削除。
デプロイメントスクリプト
package.json
deploy:ios、deploy:ios:canary、deploy:android、deploy:android:canaryスクリプトをpackage.jsonから削除。

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~25 minutes

Possibly related PRs

Suggested labels

android, ios, ci/cd

Poem

🐰 Fastlaneさらば、速度と複雑さ
削除の行で スッキリシンプル
ビルドの道も 新たに光る
🚀✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed PR タイトルは「使用していない Fastlane の削除」で、変更セットの主な内容(Fastlane 関連ファイルの削除)を正確に要約しており、簡潔で具体的です。
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

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

✨ Finishing Touches
  • 📝 Generate docstrings (stacked PR)
  • 📝 Generate docstrings (commit on current branch)
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch chore/remove-fastlane

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

@TinyKitten TinyKitten merged commit d9f2ffc into dev Feb 20, 2026
7 checks passed
@TinyKitten TinyKitten deleted the chore/remove-fastlane branch February 20, 2026 10:30
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.

Fastlaneを削除する

1 participant