Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
made CHANGELOG smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
mahtin committed Jun 20, 2020
1 parent b0caf37 commit fc501c0
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 @@ -18,7 +18,7 @@ CHANGELOG.md: FORCE
cp /dev/null $$tmp ; \
echo '# Change Log' ; \
echo '' ; \
git log --date=iso-local --pretty=format:' - %ci [%h](https://github.com/cloudflare/python-cloudflare/commit/%H) %s' ; \
git log --date=iso-local --pretty=format:' - %ci [%h](../../commit/%H) %s' ; \
echo '' ; \
) >> $$tmp ; \
diff $$tmp CHANGELOG.md || ( cp $$tmp CHANGELOG.md ; echo "CHANGELOG.md - updated" ) ; \
Expand Down

0 comments on commit fc501c0

Please sign in to comment.