build: Add changelog to iOS fastfile
This commit is contained in:
parent
f0fb415316
commit
5213b189c1
1 changed files with 5 additions and 1 deletions
|
|
@ -27,7 +27,11 @@ platform :ios do
|
||||||
version_name = config.match(re).captures[0]
|
version_name = config.match(re).captures[0]
|
||||||
increment_version_number(version_number: version_name)
|
increment_version_number(version_number: version_name)
|
||||||
build_app(workspace: "Runner.xcworkspace", scheme: "Runner")
|
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
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue