We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f7bebb commit 09fca93Copy full SHA for 09fca93
Makefile
@@ -102,7 +102,7 @@ changelog:
102
git fetch --tags origin
103
CURRENT_VERSION=$(shell git describe --abbrev=0 --tag) ;\
104
echo "[+] Pre-generating CHANGELOG for tag: $$CURRENT_VERSION" ;\
105
- docker run -v "${PWD}":/workdir quay.io/git-chglog/git-chglog > CHANGELOG.md
+ docker run -v "${PWD}":/workdir quay.io/git-chglog/git-chglog:0.15.1 > CHANGELOG.md
106
107
mypy:
108
poetry run mypy --pretty aws_lambda_powertools examples
0 commit comments