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
|
lane :beta do
|
||||||
preface = ENV["TESTFLIGHT_PREFACE"]
|
preface = ENV["TESTFLIGHT_PREFACE"]
|
||||||
log = File.read("../#{logname}")
|
log = File.read("../#{logname}")
|
||||||
changelog = preface + "\n\n" + log
|
changelog = preface + log
|
||||||
match(type: "appstore")
|
match(type: "appstore")
|
||||||
gym(
|
gym(
|
||||||
clean: true,
|
clean: true,
|
||||||
|
|
Loading…
Reference in New Issue