From ef572f9bc55b70317f500ee2c08a73ac852aec71 Mon Sep 17 00:00:00 2001 From: krille-chan Date: Mon, 11 Sep 2023 09:18:08 +0200 Subject: [PATCH] build: Add changelog to fastlane internal test --- .github/workflows/main_deploy.yaml | 1 + android/fastlane/Fastfile | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.github/workflows/main_deploy.yaml b/.github/workflows/main_deploy.yaml index f8603f30..9ec7debd 100644 --- a/.github/workflows/main_deploy.yaml +++ b/.github/workflows/main_deploy.yaml @@ -76,5 +76,6 @@ jobs: cd android bundle install bundle update fastlane + bundle exec fastlane internal_test_changelog bundle exec fastlane deploy_internal_test cd .. diff --git a/android/fastlane/Fastfile b/android/fastlane/Fastfile index 0e378b2b..65aa0fac 100644 --- a/android/fastlane/Fastfile +++ b/android/fastlane/Fastfile @@ -35,6 +35,10 @@ platform :android do end end + lane :internal_test_changelog do + changelog_from_git_commits(commits_count: 1) + end + lane :deploy_internal_test do versions = google_play_track_version_codes( track: "internal",