From 8e2fc29bc7aecef9e187be58a3cc45670cdbe6a0 Mon Sep 17 00:00:00 2001 From: Christopher Angelo Phillips <32073428+spiffcs@users.noreply.github.com> Date: Mon, 31 Oct 2022 16:07:43 -0400 Subject: [PATCH] fix: unterminated quoted string (#1300) Signed-off-by: Christopher Phillips --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 374b6a0ff..7a8da0f96 100644 --- a/Makefile +++ b/Makefile @@ -362,7 +362,7 @@ release: clean-dist CHANGELOG.md $(RELEASE_CMD) \ --config $(TEMPDIR)/goreleaser.yaml \ --parallelism 1 \ - --release-notes <(cat CHANGELOG.md) + --release-notes <(cat CHANGELOG.md)" # TODO: turn this into a post-release hook # upload the version file that supports the application version update check (excluding pre-releases)