add commit has into release notes
This commit is contained in:
parent
b11e6fe6ed
commit
ebc0bc5c7c
2 changed files with 12 additions and 1 deletions
|
|
@ -31,6 +31,10 @@ platform :android do
|
|||
desc "```"
|
||||
lane :deployInternalFirebase do |options|
|
||||
release_notes = options[:release_notes]
|
||||
if release_notes.nil?
|
||||
commit = last_git_commit
|
||||
release_notes = "Last commit with hash: #{commit[:commit_hash]} and message: #{commit[:message]}"
|
||||
end
|
||||
|
||||
buildReleaseApk()
|
||||
internal_apk = lane_context[SharedValues::GRADLE_ALL_APK_OUTPUT_PATHS].find{ |i| i[/app-*release*.apk/] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue