Skip to content

Commit

Permalink
Merge pull request #4634 from willie-yao/bump-release-notes
Browse files Browse the repository at this point in the history
Bump release notes tool to include additional link fix
  • Loading branch information
k8s-ci-robot authored Mar 8, 2024
2 parents 64e5091 + da5f2db commit 9f5bcca
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 @@ -93,7 +93,7 @@ MOCKGEN_VER := v0.4.0
MOCKGEN_BIN := mockgen
MOCKGEN := $(TOOLS_BIN_DIR)/$(MOCKGEN_BIN)-$(MOCKGEN_VER)

RELEASE_NOTES_VER := v0.16.5-0.20240205193526-59cb6e852feb
RELEASE_NOTES_VER := v0.16.6-0.20240222112346-71feb57b59a4
RELEASE_NOTES_BIN := release-notes
RELEASE_NOTES := $(TOOLS_BIN_DIR)/$(RELEASE_NOTES_BIN)-$(RELEASE_NOTES_VER)

Expand Down

0 comments on commit 9f5bcca

Please sign in to comment.