fix: unterminated quoted string (#1300)

Signed-off-by: Christopher Phillips <christopher.phillips@anchore.com>
This commit is contained in:
Christopher Angelo Phillips 2022-10-31 16:07:43 -04:00 committed by GitHub
parent e9fbc38064
commit 8e2fc29bc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)