Skip to content

Commit

Permalink
Makefile: fix bump-bugfix target
Browse files Browse the repository at this point in the history
It's missing the `bump` subcommand...

Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester authored and tekton-robot committed Oct 11, 2023
1 parent 2c4d03e commit eec466d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ components/bump: $(OPERATORTOOL)

.PHONY: components/bump-bugfix
components/bump-bugfix: $(OPERATORTOOL)
@go run ./cmd/tool --bugfix components.yaml
@go run ./cmd/tool bump --bugfix components.yaml

.PHONY: get-releases
get-releases: |
Expand Down

0 comments on commit eec466d

Please sign in to comment.