Strip changelog newlines

This commit is contained in:
Davide De Rosa 2024-09-25 16:43:09 +02:00
parent 396bddc845
commit 82126a72f1
No known key found for this signature in database
GPG Key ID: A48836171C759F5E
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ desc "Push a new beta build to TestFlight"
lane :beta do
preface = ENV["TESTFLIGHT_PREFACE"]
log = File.read("../#{logname}")
changelog = preface + "\n\n" + log
changelog = preface + log
match(type: "appstore")
gym(
clean: true,