We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0505534 commit 7c89667Copy full SHA for 7c89667
Makefile
@@ -81,5 +81,5 @@ release: pr
81
$(MAKE) release-prod
82
83
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
+ @echo "[+] Pre-generating CHANGELOG for tag: $$(git describe --abbrev=0 --tag)"
+ docker run -v "${PWD}":/workdir quay.io/git-chglog/git-chglog $$(git describe --abbrev=0 --tag).. > TMP_CHANGELOG.md
0 commit comments