We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbeee5a commit 485b044Copy full SHA for 485b044
Makefile
@@ -20,4 +20,4 @@ changelog:
20
git fetch --tags origin
21
CURRENT_VERSION=$(shell git describe --abbrev=0 --tag) ;\
22
echo "[+] Pre-generating CHANGELOG for tag: $$CURRENT_VERSION" ;\
23
- docker run -v "${PWD}":/workdir --platform linux/amd64 quay.io/git-chglog/git-chglog:0.15.4 > CHANGELOG.md
+ docker run -v "${PWD}":/workdir quay.io/git-chglog/git-chglog:0.15.4 > CHANGELOG.md
0 commit comments