File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 121
121
ios_bump_version_release ( )
122
122
new_version = ios_get_app_version ( )
123
123
ios_update_release_notes ( new_version : new_version )
124
- get_prs_list ( repository :GHHELPER_REPO , milestone : new_version , report_path :"#{ File . expand_path ( '~' ) } /simplenotemacos_prs_list_#{ old_version } _#{ new_version } .txt" )
125
124
setbranchprotection ( repository :GHHELPER_REPO , branch : "release/#{ new_version } " )
126
125
setfrozentag ( repository :GHHELPER_REPO , milestone : new_version )
127
126
418
417
job_params : { app_store_build : true }
419
418
)
420
419
end
421
-
422
- ########################################################################
423
- # Helper Lanes
424
- ########################################################################
425
- desc "Get a list of pull request from `start_tag` to the current state"
426
- lane :get_pullrequests_list do | options |
427
- get_prs_list ( repository :GHHELPER_REPO , start_tag :"#{ options [ :start_tag ] } " , report_path :"#{ File . expand_path ( '~' ) } /simplenotemacos_prs_list.txt" )
428
- end
420
+
You can’t perform that action at this time.
0 commit comments