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
Copy file name to clipboardExpand all lines: index.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
get_stage_prompt() {
15
15
title="Action:"
16
16
prompt="Choose:"
17
-
options=("Increment development environment""Increment staging environment""Increment UAT environment""Increment product environment""Increment patch version (1.0.xx)""Increment minor version (1.xx.0)""Increment major version (xx.0.0)")
17
+
options=("Increment development environment""Increment staging environment""Increment UAT environment""Increment product environment""Increment patch version 1.0.xx (e.g. 1.0.1 -> 1.0.2)""Increment minor version 1.xx.0 (e.g. 1.0.1 -> 1.1.0)""Increment major version xx.0.0 (e.g. 1.0.1 -> 2.0.0)")
0 commit comments