Skip to content

Commit 1e47e79

Browse files
committed
change to upstream local test
1 parent 892f511 commit 1e47e79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ docs-local-docker:
1717
docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material
1818

1919
changelog:
20-
git fetch --tags origin
20+
git fetch --tags upstream
2121
CURRENT_VERSION=$(shell git describe --abbrev=0 --tag) ;\
2222
echo "[+] Pre-generating CHANGELOG for tag: $$CURRENT_VERSION" ;\
2323
docker run -v "${PWD}":/workdir quay.io/git-chglog/git-chglog:0.15.4 > CHANGELOG.md

0 commit comments

Comments
 (0)