mirror of
https://github.com/anchore/syft
synced 2024-11-13 23:57:07 +00:00
fix: unterminated quoted string (#1300)
Signed-off-by: Christopher Phillips <christopher.phillips@anchore.com>
This commit is contained in:
parent
e9fbc38064
commit
8e2fc29bc7
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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)
|
||||
|
|
Loading…
Reference in a new issue