Skip to content

Commit bc02c5d

Browse files
committed
chore: adjust initial changelog for testflight
1 parent 44138d6 commit bc02c5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fastlane/Fastfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ platform :ios do
4545
silent: IS_CI,
4646
)
4747
upload_to_testflight(
48-
changelog: "QA v#{ENV['MARKETING_VERSION']}(#{BUILD_NUMBER})",
48+
changelog: "#{ENV['GITHUB_REF_NAME']}",
4949
distribute_external: true,
5050
groups: ["QA"],
5151
)
@@ -76,7 +76,7 @@ platform :mac do
7676
silent: IS_CI,
7777
)
7878
upload_to_testflight(
79-
changelog: "QA v#{ENV['MARKETING_VERSION']}(#{BUILD_NUMBER})",
79+
changelog: "#{ENV['GITHUB_REF_NAME']}",
8080
distribute_external: true,
8181
groups: ["QA"],
8282
)

0 commit comments

Comments
 (0)