Skip to content

Commit

Permalink
[Makefile] Add .yaml to changelog filename for chlog-new (#6333)
Browse files Browse the repository at this point in the history
  • Loading branch information
mx-psi authored Oct 17, 2022
1 parent 6313054 commit d3cdea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ crosslink:
chlog-install:
cd $(TOOLS_MOD_DIR) && $(GOCMD) install go.opentelemetry.io/build-tools/chloggen

FILENAME?=$(shell git branch --show-current)
FILENAME?=$(shell git branch --show-current).yaml
.PHONY: chlog-new
chlog-new: chlog-install
chloggen new --filename $(FILENAME)
Expand Down

0 comments on commit d3cdea5

Please sign in to comment.