You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UI.user_error!("Please set GITHUB_TOKEN environment value. See https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token")unless !ENV["GITHUB_TOKEN"].nil?
20
+
21
+
if(!options[:version].nil?)# User passed a version, use it
UI.user_error!("Please use type parameter with one of the options: type:patch, type:minor, type:major")unless["patch","minor","major"].include?(options[:type])
desc"If `readonly: true` (by default), installs all Certs and Profiles necessary for development and ad-hoc.\nIf `readonly: false`, recreates all Profiles necessary for development and ad-hoc, updates them locally and remotely."
15
78
lane:match_medo |options|
16
79
# Get `:readonly` value, fallback to `true` if it's missing.
0 commit comments