Skip to content

Commit 8145e05

Browse files
committed
fix changelog
1 parent 521a9c9 commit 8145e05

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
@@ -128,7 +128,7 @@ changelog: ; $(info $(M) generating changelog...) @ ## Generating CAHNGELOG.md
128128
ifndef GITHUB_TOKEN
129129
$(error GITHUB_TOKEN is undefined)
130130
endif
131-
$Q $(DOCKER) run -it --rm \
131+
$Q $(DOCKER) run --rm \
132132
-v $(CURDIR):/usr/local/src/app \
133133
-w /usr/local/src/app ferrarimarco/github-changelog-generator \
134134
--user doitintl --project secrets-init \

0 commit comments

Comments
 (0)