mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 16:43:52 +09:00
Automate change notes
This commit is contained in:
@ -28,9 +28,13 @@ platform :ios do
|
|||||||
build_platform: 'iPhone'
|
build_platform: 'iPhone'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
client = HTTPClient.new
|
||||||
|
changelog = client.get_content 'https://gist.githubusercontent.com/peppy/ab89c29dcc0dce95f39eb218e8fad197/raw'
|
||||||
|
changelog.gsub!('$BUILD_ID', options[:build])
|
||||||
|
|
||||||
pilot(
|
pilot(
|
||||||
skip_waiting_for_build_processing: true,
|
wait_processing_interval: 600,
|
||||||
changelog: "i am woot poot",
|
changelog: changelog,
|
||||||
ipa: './osu.iOS/bin/iPhone/Release/osu.iOS.ipa'
|
ipa: './osu.iOS/bin/iPhone/Release/osu.iOS.ipa'
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user