Skip to content

Commit

Permalink
Update Makefile to include component-bump in help command
Browse files Browse the repository at this point in the history
Signed-off-by: Shiv Verma <shverma@redhat.com>
  • Loading branch information
pratap0007 authored and tekton-robot committed Nov 21, 2024
1 parent 04a2ca1 commit 672fab9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ clean: clean-cluster clean-bin clean-manifest; $(info $(M) clean all) @ ## Clean

.PHONY: help
help:
@grep -hE '^[ a-zA-Z0-9_-]+:.*?## .*$$' $(MAKEFILE_LIST) | \
@grep -hE '^[ a-zA-Z0-9/_-]+:.*?## .*$$' $(MAKEFILE_LIST) | \
awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-17s\033[0m %s\n", $$1, $$2}'

FORCE:
Expand All @@ -99,7 +99,7 @@ bin/%: cmd/% FORCE
$Q $(GO) build -mod=vendor $(LDFLAGS) -v -o $@ ./$<

.PHONY: components/bump
components/bump: $(OPERATORTOOL)
components/bump: $(OPERATORTOOL) ## Bump the version of a component and update ClusterServiceVersion (CSV) file
@go run ./cmd/tool bump ${COMPONENT}

.PHONY: components/bump-bugfix
Expand Down

0 comments on commit 672fab9

Please sign in to comment.