1
0
Fork 0
mirror of https://github.com/arangodb/kube-arangodb.git synced 2024-12-14 11:57:37 +00:00

Fix changelog building in release

This commit is contained in:
Ewout Prangsma 2018-04-06 14:17:41 +02:00
parent ee70cd004f
commit 0dafac1547
No known key found for this signature in database
GPG key ID: 4DBAD380D93D0698

View file

@ -278,7 +278,7 @@ patch-readme:
.PHONY: update-changelog
changelog:
docker run -it --rm \
docker run --rm \
-e CHANGELOG_GITHUB_TOKEN=$(shell cat ~/.arangodb/github-token) \
-v "$(ROOTDIR)":/usr/local/src/your-app \
ferrarimarco/github-changelog-generator \