Skip to content

Commit 8c75689

Browse files
committed
adds a task to update changelog
1 parent 864622f commit 8c75689

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@ clean:
100100
update-contributors:
101101
$(shell yarn bin contributor-faces) .
102102

103+
.PHONY: update-changelog
104+
update-changelog:
105+
$(shell yarn bin conventional-changelog) -p angular -i CHANGELOG.md -s
106+
103107
.PHONY: docker-dev
104108
docker-dev:
105109
docker build . --tag pyroscope/pyroscope:dev

0 commit comments

Comments
 (0)