Skip to content

Commit

Permalink
adds a task to update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
petethepig committed Jan 3, 2021
1 parent 864622f commit 8c75689
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ clean:
update-contributors:
$(shell yarn bin contributor-faces) .

.PHONY: update-changelog
update-changelog:
$(shell yarn bin conventional-changelog) -p angular -i CHANGELOG.md -s

.PHONY: docker-dev
docker-dev:
docker build . --tag pyroscope/pyroscope:dev

0 comments on commit 8c75689

Please sign in to comment.