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