Skip to content

Commit

Permalink
fix: unterminated quoted string (#1300)
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Phillips <[email protected]>
  • Loading branch information
spiffcs authored Oct 31, 2022
1 parent e9fbc38 commit 8e2fc29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8e2fc29

Please sign in to comment.