Skip to content
Snippets Groups Projects
Commit bf3ebe56 authored by Piers Harding's avatar Piers Harding
Browse files

Merge branch 'st-915-update-make' into 'master'

ST-915: update .make, add messages

See merge request ska-telescope/ska-tango-images!109
parents 7afd3605 a0b0ca8b
No related branches found
No related tags found
No related merge requests found
.make @ cf07f1d8
Subproject commit 1e260ce0f3e11d1a1dae47a25b130925606de248 Subproject commit cf07f1d8b323a1cbd7c100fc4f5525e79c6c6e75
...@@ -64,7 +64,7 @@ NORMAL=$(shell tput sgr0) ...@@ -64,7 +64,7 @@ NORMAL=$(shell tput sgr0)
make-a-release: ## Step through the process of bumping .release and creating a tag make-a-release: ## Step through the process of bumping .release and creating a tag
@clear; \ @clear; \
printf "This is a guild to creating a release of ska-tango-images, including OCI Images and Helm Charts.\n You $(YELLOW) 🔥MUST🔥$(NORMAL) first have merged your Merge Request!!!\nThe steps are:\n * git checkout master && git pull \n * Select and bump OCI Image .release's \n * bump project .release AND update Helm Chart release \n * Commit .release and $(YELLOW)ANY$(NORMAL) outstanding changes, and set project git tag \n * Push changes and tag \n\n $(LIME_YELLOW)✋ The current git status (outstanding) is:$(NORMAL) \n $$(git status -b) \n"; \ printf "This is a guild to creating a release of ska-tango-images, including OCI Images and Helm Charts.\n You $(YELLOW) 🔥MUST🔥$(NORMAL) first have merged your Merge Request!!!\nThe steps are:\n * git checkout master && git pull \n * Select and bump OCI Image .release's \n * bump project .release $(YELLOW)AND$(NORMAL) update Helm Chart release $(YELLOW)AND$(NORMAL) the tango-util version dependency in tango-base \n * Commit .release and $(YELLOW)ANY$(NORMAL) outstanding changes, and set project git tag \n * Push changes and tag \n\n $(LIME_YELLOW)✋ The current git status (outstanding) is:$(NORMAL) \n $$(git status -b) \n"; \
read -p "$(POWDER_BLUE)Do you wish to continue (you will be prompted at each step)$(NORMAL) $(YELLOW)[N/y]$(NORMAL): " SHALL_WE; \ read -p "$(POWDER_BLUE)Do you wish to continue (you will be prompted at each step)$(NORMAL) $(YELLOW)[N/y]$(NORMAL): " SHALL_WE; \
if [[ "y" == "$${SHALL_WE}" ]] || [[ "Y" == "$${SHALL_WE}" ]]; then \ if [[ "y" == "$${SHALL_WE}" ]] || [[ "Y" == "$${SHALL_WE}" ]]; then \
echo "$(GREEN)❗ OK - lets build a release ...$(NORMAL)"; \ echo "$(GREEN)❗ OK - lets build a release ...$(NORMAL)"; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment