File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -505,7 +505,7 @@ endif
505505maybe-build-release :
506506 ./hack/maybe-build-release.sh
507507
508- release-notes : var-require-all-VERSION-GITHUB_TOKEN clean
508+ release-notes : var-require-all-VERSION-GITHUB_TOKEN
509509 @docker build -t tigera/release-notes -f build/Dockerfile.release-notes .
510510 @docker run --rm -v $(CURDIR ) :/workdir -e GITHUB_TOKEN=$(GITHUB_TOKEN ) -e VERSION=$(VERSION ) tigera/release-notes
511511
@@ -569,7 +569,7 @@ release-publish: release-prereqs
569569 @echo " make VERSION=$(VERSION) release-publish-latest"
570570 @echo ""
571571
572- release-github : hack/bin/gh release-notes
572+ release-github : release-notes hack/bin/gh
573573 @echo " Creating github release for $( VERSION) "
574574 hack/bin/gh release create $(VERSION ) --title $(VERSION ) --draft --notes-file $(VERSION ) -release-notes.md
575575
You can’t perform that action at this time.
0 commit comments