Skip to content

Commit

Permalink
build: updated makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
chetan committed Jun 17, 2022
1 parent 3a15be2 commit f1a6c56
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 @@ -30,7 +30,7 @@ release: clean
goreleaser release --rm-dist --skip-validate

update-changelog:
echo "# Changelog" >> temp.md
echo -e "# Changelog\n" >> temp.md
rel=$$(gh release list | head -n 1 | awk '{print $$1}'); \
echo "## $$rel" >> temp.md; \
echo "" >> temp.md; \
Expand Down

0 comments on commit f1a6c56

Please sign in to comment.