build: Add changelog to fastlane internal test

This commit is contained in:
krille-chan 2023-09-11 09:18:08 +02:00
parent 2cc3cbd38b
commit ef572f9bc5
No known key found for this signature in database
2 changed files with 5 additions and 0 deletions

View file

@ -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 ..

View file

@ -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",