Skip to content

Commit 09fca93

Browse files
committed
fix: git-chlg docker image is broken
git-chglog/git-chglog#225
1 parent 4f7bebb commit 09fca93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ changelog:
102102
git fetch --tags origin
103103
CURRENT_VERSION=$(shell git describe --abbrev=0 --tag) ;\
104104
echo "[+] Pre-generating CHANGELOG for tag: $$CURRENT_VERSION" ;\
105-
docker run -v "${PWD}":/workdir quay.io/git-chglog/git-chglog > CHANGELOG.md
105+
docker run -v "${PWD}":/workdir quay.io/git-chglog/git-chglog:0.15.1 > CHANGELOG.md
106106

107107
mypy:
108108
poetry run mypy --pretty aws_lambda_powertools examples

0 commit comments

Comments
 (0)