Skip to content

Commit

Permalink
chore: adjust initial changelog for testflight
Browse files Browse the repository at this point in the history
  • Loading branch information
ACTCD committed Sep 21, 2024
1 parent d9d9012 commit 7156880
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ platform :ios do
silent: IS_CI,
)
upload_to_testflight(
changelog: "QA v#{ENV['MARKETING_VERSION']}(#{BUILD_NUMBER})",
changelog: "Release #{ENV['GITHUB_REF_NAME']}",
distribute_external: true,
groups: ["QA"],
)
Expand Down Expand Up @@ -76,7 +76,7 @@ platform :mac do
silent: IS_CI,
)
upload_to_testflight(
changelog: "QA v#{ENV['MARKETING_VERSION']}(#{BUILD_NUMBER})",
changelog: "Release #{ENV['GITHUB_REF_NAME']}",
distribute_external: true,
groups: ["QA"],
)
Expand Down

0 comments on commit 7156880

Please sign in to comment.