build: Add changelog to iOS fastfile

This commit is contained in:
Krille 2023-09-30 09:53:54 +02:00
parent f0fb415316
commit 5213b189c1
No known key found for this signature in database

View file

@ -27,7 +27,11 @@ platform :ios do
version_name = config.match(re).captures[0]
increment_version_number(version_number: version_name)
build_app(workspace: "Runner.xcworkspace", scheme: "Runner")
upload_to_testflight(distribute_external: true, groups: "FluffyChat Betatest")
upload_to_testflight(
distribute_external: true,
groups: "FluffyChat Betatest",
changelog: "This is a release candidate for FluffyChat. Please test if the app is overall in a good condition before we push this to production.",
)
end
end