Skip to content

Commit

Permalink
remove -vv chronicle call due to bug in old chronicle version
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Goodman <[email protected]>
  • Loading branch information
wagoodman committed Mar 25, 2022
1 parent 6924de3 commit 18e2e4d
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 @@ -166,7 +166,7 @@ changelog: clean-changelog CHANGELOG.md
/CHANGELOG.md

CHANGELOG.md:
$(TEMPDIR)/chronicle -vv > CHANGELOG.md
$(TEMPDIR)/chronicle > CHANGELOG.md

.PHONY: release
release: clean-dist CHANGELOG.md ## Build and publish final binaries and packages.
Expand Down

0 comments on commit 18e2e4d

Please sign in to comment.