Skip to content

Commit

Permalink
Include tools in the release tarball (#1221)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
skitt authored Mar 6, 2023
1 parent 6ea94a0 commit 6aa8812
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion create-release-tarball
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ $tar \
./internal \
./regression_test.go \
./man \
./test
./test \
./tools

echo "Wrote $TGZ_NAME"

0 comments on commit 6aa8812

Please sign in to comment.