Skip to content

Commit

Permalink
Update local release script
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Stryker <[email protected]>
  • Loading branch information
robstryker committed Oct 7, 2024
1 parent cd4091a commit 22ada2d
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions tychoAndNpmUpversionMicroTagPush.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ echo "Did it succeed?"
read -p "Press enter to continue"


echo "Go kick a Jenkins Job please. Come back when its DONE and green."
echo "Go kick a build: https://github.com/redhat-developer/rsp-server-community/actions/workflows/actions.yml"
read -p "Press enter to continue"


Expand All @@ -124,11 +124,6 @@ else
fi


echo "Go kick another jenkins job with a release flag."
read -p "Press enter to continue"



echo "Are you absolutely sure you want to tag?"
read -p "Press enter to continue"

Expand Down Expand Up @@ -201,6 +196,14 @@ echo "Please go verify the release looks correct and the distribution was added
read -p "Press enter to continue"




echo "Now we need to publish to marketplace: "
echo "Go kick a release build: https://github.com/redhat-developer/rsp-server-community/actions/workflows/publish.yml"
read -p "Press enter to continue"



echo ""
echo ""
echo "Time to update versions for development"
Expand Down

0 comments on commit 22ada2d

Please sign in to comment.