Skip to content

Commit

Permalink
[chore] add new make target for updating code-owners (#24574)
Browse files Browse the repository at this point in the history
**Description:** 
Adds a new make target to update the codeowners file and regenerate
component READMEs in 1 step.
  • Loading branch information
TylerHelmuth authored Jul 26, 2023
1 parent be04baa commit 9c260b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,9 @@ mdatagen-test:
gengithub:
$(GOCMD) run cmd/githubgen/main.go .

.PHONY: update-codeowners
update-codeowners: gengithub generate

FILENAME?=$(shell git branch --show-current)
.PHONY: chlog-new
chlog-new: $(CHLOGGEN)
Expand Down

0 comments on commit 9c260b8

Please sign in to comment.