mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-02-16 12:52:11 +00:00
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
Block a user