Add release notes parameter to Firebase Release

This commit is contained in:
Gergely Hegedus 2023-09-25 15:21:26 +03:00
parent 0b46efff1f
commit 1807809c37
5 changed files with 18 additions and 14 deletions

View file

@ -54,7 +54,7 @@ platform :ios do
desc "```"
lane :deployInternalToFirebase do |options|
release_notes = options[:release_notes]
if release_notes.nil?
if release_notes.nil? || release_notes.empty?
commit = last_git_commit
release_notes = "Last commit with hash: #{commit[:commit_hash]} and message: #{commit[:message]}"
end