Skip to content

Commit 7c89667

Browse files
committed
chore: fix changelog file redirection
Signed-off-by: heitorlessa <[email protected]>
1 parent 0505534 commit 7c89667

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@ release: pr
8181
$(MAKE) release-prod
8282

8383
changelog:
84-
@echo "[+] Pre-generating CHANGELOG for tag: $$(git describe --abbrev=0 --tag)"
85-
docker run -v ${PWD}:/workdir quay.io/git-chglog/git-chglog $$(git describe --abbrev=0 --tag).. -o TMP_CHANGELOG.md
84+
@echo "[+] Pre-generating CHANGELOG for tag: $$(git describe --abbrev=0 --tag)"
85+
docker run -v "${PWD}":/workdir quay.io/git-chglog/git-chglog $$(git describe --abbrev=0 --tag).. > TMP_CHANGELOG.md

0 commit comments

Comments
 (0)