Skip to content

Commit 0dafac1

Browse files
committed
Fix changelog building in release
1 parent ee70cd0 commit 0dafac1

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
@@ -278,7 +278,7 @@ patch-readme:
278278

279279
.PHONY: update-changelog
280280
changelog:
281-
docker run -it --rm \
281+
docker run --rm \
282282
-e CHANGELOG_GITHUB_TOKEN=$(shell cat ~/.arangodb/github-token) \
283283
-v "$(ROOTDIR)":/usr/local/src/your-app \
284284
ferrarimarco/github-changelog-generator \

0 commit comments

Comments
 (0)