Skip to content

Commit

Permalink
chore(ci): changelog pre-generation to fetch tags from origin
Browse files Browse the repository at this point in the history
  • Loading branch information
heitorlessa committed Apr 29, 2022
1 parent 31fe45e commit f30b056
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 @@ -84,7 +84,7 @@ release: pr
$(MAKE) release-prod

changelog:
git fetch --tags
git fetch --tags origin
@echo "[+] Pre-generating CHANGELOG for tag: $$(git describe --abbrev=0 --tag)"
docker run -v "${PWD}":/workdir quay.io/git-chglog/git-chglog $$(git describe --abbrev=0 --tag).. > TMP_CHANGELOG.md

Expand Down

0 comments on commit f30b056

Please sign in to comment.