mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +00:00
apple: include git hash in TestFlight message (#17445)
This commit is contained in:
parent
d3a879638d
commit
6fda41900d
@ -173,10 +173,12 @@ end
|
|||||||
|
|
||||||
private_lane :ra_upload_to_testflight do |options|
|
private_lane :ra_upload_to_testflight do |options|
|
||||||
if options[:upload].nil? or options[:upload]
|
if options[:upload].nil? or options[:upload]
|
||||||
|
info = last_git_commit
|
||||||
|
short_hash = info[:abbreviated_commit_hash]
|
||||||
upload_to_testflight(
|
upload_to_testflight(
|
||||||
distribute_external: (options[:public].nil? || options[:public]),
|
distribute_external: (options[:public].nil? || options[:public]),
|
||||||
groups: options[:public].nil? || options[:public] ? ['Invaders', 'Patreons'] : [],
|
groups: options[:public].nil? || options[:public] ? ['Invaders', 'Patreons'] : [],
|
||||||
changelog: "Rebuild frontend from latest master branch and take latest build of all cores."
|
changelog: "Rebuild frontend for commit #{short_hash}"
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user