From 299552eb3c05562aa70a4d9a625267aacfa1ccf3 Mon Sep 17 00:00:00 2001 From: Cam Hutchison Date: Sat, 16 Nov 2024 22:43:30 +1100 Subject: [PATCH] build: Fix "make create-github-release" Fix the `create-github-release` make target to use "go run" to run the tool that creates the github release. This used to run a tool in this repository that was pre-built, so the "go run" was not needed before. Now the tool has moved to a separate repository, this is required. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7012ac04e823d..de2948218c758 100644 --- a/Makefile +++ b/Makefile @@ -1826,7 +1826,7 @@ changelog: # # For more information on release notes generation see: # https://github.com/gravitational/shared-workflows/tree/gus/release-notes/tools/release-notes#readme -RELEASE_NOTES_GEN = github.com/gravitational/shared-workflows/tools/release-notes@latest +RELEASE_NOTES_GEN = go run github.com/gravitational/shared-workflows/tools/release-notes@latest .PHONY: create-github-release create-github-release: LATEST = false create-github-release: GITHUB_RELEASE_LABELS = ""