From 6aa881283708accf538b2c6795448085ac100ece Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Mon, 6 Mar 2023 03:10:56 +0100 Subject: [PATCH] Include tools in the release tarball (#1221) This allows third-parties to run the tools from the tarball for a given release, instead of having to use the repository. Signed-off-by: Stephen Kitt --- create-release-tarball | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/create-release-tarball b/create-release-tarball index d4141430d..4ef881150 100755 --- a/create-release-tarball +++ b/create-release-tarball @@ -92,6 +92,7 @@ $tar \ ./internal \ ./regression_test.go \ ./man \ - ./test + ./test \ + ./tools echo "Wrote $TGZ_NAME"