Skip to content

Commit 0deac16

Browse files
committed
Add separate Make target for feature promotion
1 parent a770960 commit 0deac16

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ verify-codegen-crds:
8484
verify-crd-schema:
8585
bash -x hack/verify-crd-schema-checker.sh
8686

87+
.PHONY: verify-feature-promotion
88+
verify-feature-promotion:
89+
hack/verify-promoted-features-pass-tests.sh
90+
8791
.PHONY: verify-%
8892
verify-%:
8993
make $*

0 commit comments

Comments
 (0)