Skip to content

Commit 0b72edd

Browse files
committed
Makefile PHONY fix
1 parent 82f70fb commit 0b72edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ endif
343343
patch-readme:
344344
$(ROOTDIR)/scripts/patch_readme.sh $(VERSION_MAJOR_MINOR_PATCH)
345345

346-
.PHONY: update-changelog
346+
.PHONY: changelog
347347
changelog:
348348
docker run --rm \
349349
-e CHANGELOG_GITHUB_TOKEN=$(shell cat ~/.arangodb/github-token) \

0 commit comments

Comments
 (0)