From de1973025f4f0643e69928cfa1787073280f02a4 Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Thu, 24 Oct 2024 23:03:56 +1300 Subject: [PATCH] =?UTF-8?q?fix:=20Exclude=20generated=20changelog=20?= =?UTF-8?q?=F0=9F=94=A5=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build.sh b/scripts/build.sh index 59da09e..e8b93d9 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -8,6 +8,7 @@ echo "Made temporary directory" zip -r "./build/ugly-queue.zip" \ . \ -x '.semrel/*' \ + -x '.generated-go-semantic-release-changelog.md' \ -x './vendor/*' \ -x './tests/*' \ -x './build/*' \