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

Makefile PHONY fix

This commit is contained in:
Ewout Prangsma 2018-09-07 14:45:15 +02:00
parent 82f70fb8e2
commit 0b72edd80c
No known key found for this signature in database
GPG key ID: 4DBAD380D93D0698

View file

@ -343,7 +343,7 @@ endif
patch-readme:
$(ROOTDIR)/scripts/patch_readme.sh $(VERSION_MAJOR_MINOR_PATCH)
.PHONY: update-changelog
.PHONY: changelog
changelog:
docker run --rm \
-e CHANGELOG_GITHUB_TOKEN=$(shell cat ~/.arangodb/github-token) \