Skip to content

Commit

Permalink
Add a Makefile.inc rule to check non-release versions
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Kitt <[email protected]>
  • Loading branch information
skitt committed Oct 15, 2024
1 parent 60515ef commit 6cfd834
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile.inc
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,11 @@ post-mortem:
unit:
$(SCRIPTS_DIR)/unit_test.sh

# [check-non-release-versions] checks that Submariner dependencies referencing
# hashes point to commits present on the relevant branch
check-non-release-versions:
$(SCRIPTS_DIR)/check-non-release-versions.sh

CODEOWNERS: CODEOWNERS.in
$(SCRIPTS_DIR)/gen-codeowners

Expand Down

0 comments on commit 6cfd834

Please sign in to comment.