build: Add changelog to fastlane internal test

pull/564/head
krille-chan 1 year ago
parent 2cc3cbd38b
commit ef572f9bc5
No known key found for this signature in database

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

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

Loading…
Cancel
Save