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:
parent
82f70fb8e2
commit
0b72edd80c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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) \
|
||||
|
|
Loading…
Reference in a new issue