Strip changelog newlines
This commit is contained in:
parent
396bddc845
commit
82126a72f1
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue