stage_release should be stage-release
Issue-ID: POLICY-4070
Change-Id: I5dc77649861298eaeee1dd7da790db725819ac78
Signed-off-by: liamfallon <liam.fallon@est.tech>
 
 while true
 do
-   read -r -p "have you run 'stage_release' on the '$repo' repo? " yes_no
+   read -r -p "have you run 'stage-release' on the '$repo' repo? " yes_no
    case $yes_no in
        [Yy]* ) break
         ;;
 
 
 while true
 do
-   read -r -p "have you run 'stage_release' on the '$repo' repo? " yes_no
+   read -r -p "have you run 'stage-release' on the '$repo' repo? " yes_no
    case $yes_no in
        [Yy]* ) break
         ;;