Add commit info to Firebase App Distribution release notes#646
Draft
kantacky wants to merge 1 commit into
Draft
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01B2RBEHMntNYnZXyTHxWKE6
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.
変更点
ota_release_notesを追加し、現在のコミットハッシュとコミットメッセージを組み合わせたリリースノートを生成release_notesパラメータを追加し、テスターがどのコミットのビルドかを確認できるように改善詳細
Firebase App Distribution へのビルド配信時に、テスターが配信されたビルドの由来を明確に把握できるよう、コミットハッシュとコミットメッセージをリリースノートに含めるようにしました。
fastlane/Fastfile:ota_release_notesヘルパー関数を実装fastlane/ios/Fastfile: 3箇所の Firebase App Distribution 呼び出しにrelease_notesを追加fastlane/android/Fastfile: Firebase App Distribution 呼び出しにrelease_notesを追加リリースノートのフォーマット:
{commit_hash}: {commit_message}https://claude.ai/code/session_01B2RBEHMntNYnZXyTHxWKE6