From 06116b566eed5a68e47bc674d6fa475f88971ea7 Mon Sep 17 00:00:00 2001 From: Mike Kramlich Date: Fri, 26 Feb 2021 12:30:01 -0700 Subject: [PATCH] build_dist.sh: added comment on Homebrew version consistency Signed-off-by: Mike Kramlich --- build_dist.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build_dist.sh b/build_dist.sh index 4a88b1fb4..35030e9c2 100755 --- a/build_dist.sh +++ b/build_dist.sh @@ -8,6 +8,9 @@ # If you're packaging Tailscale for a distro, please consider using # this script, or executing equivalent commands in your # distro-specific build system. +# +# Homebrew: if the version embed mechanism changes here, please +# also change it in brew/generate-formula.sh, to keep identical. set -eu