Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit fc501c0

Browse files
committed
made CHANGELOG smaller
1 parent b0caf37 commit fc501c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ CHANGELOG.md: FORCE
1818
cp /dev/null $$tmp ; \
1919
echo '# Change Log' ; \
2020
echo '' ; \
21-
git log --date=iso-local --pretty=format:' - %ci [%h](https://github.com/cloudflare/python-cloudflare/commit/%H) %s' ; \
21+
git log --date=iso-local --pretty=format:' - %ci [%h](../../commit/%H) %s' ; \
2222
echo '' ; \
2323
) >> $$tmp ; \
2424
diff $$tmp CHANGELOG.md || ( cp $$tmp CHANGELOG.md ; echo "CHANGELOG.md - updated" ) ; \

0 commit comments

Comments
 (0)