This repository was archived by the owner on May 13, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ function ci {
6666 # continuous integration status
6767 App_input_2_Is_Empty_As_It_Should
6868 App_No_Commits_Pending
69+
6970 gh run list && sleep 2
7071
7172 _run_id=$( gh run list | head -1 | awk ' {print $12}' )
@@ -80,12 +81,13 @@ function mrg {
8081 # merge from edge into main_branch
8182 App_Is_edge
8283 App_No_Commits_Pending
84+ App_input_2_Is_Empty_As_It_Should
8385
8486 input_2=" ./docs/mrg_info.md" file_path_is=" ${input_2} " && App_Does_File_Exist && App_glow
8587
8688 gh pr merge
8789 App_Show_Version
88- echo && my_message=" Next step: 'version ' " App_Green
90+ echo && my_message=" Next step: 'v ' " App_Green
8991}
9092
9193function version {
@@ -119,10 +121,13 @@ function version {
119121 git push && echo
120122 App_Show_Version && sleep 1
121123 log
122- echo && my_message=" Next step: 'tag ' " App_Green
124+ echo && my_message=" Next step: 't ' " App_Green
123125}
124126
125127function tag {
128+ App_No_Commits_Pending
129+ App_input_2_Is_Empty_As_It_Should
130+
126131 git tag ${app_release} && git push --tags && echo
127132 App_Show_Version && sleep 1 && echo
128133
@@ -132,7 +137,7 @@ function tag {
132137 gh release create && sleep 4
133138 App_Show_Version
134139 App_Show_Release
135- echo && my_message=" Next step: 'edge ' " App_Green
140+ echo && my_message=" Next step: 'e ' " App_Green
136141}
137142
138143function squash {
You can’t perform that action at this time.
0 commit comments