build: Add changelog to fastlane internal test
This commit is contained in:
parent
2cc3cbd38b
commit
ef572f9bc5
2 changed files with 5 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue