We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12c5457 commit 41c9bc8Copy full SHA for 41c9bc8
Makefile
@@ -53,6 +53,8 @@ docs: mkdocs apigen
53
54
release-docs: docs
55
mkdocs gh-deploy
56
+ @echo "If origin is your local fork, you may need to run:"
57
+ @echo " " git push REMOTE gh-pages:gh-pages
58
59
release-log/%:
60
@git log --pretty=format:"%ad %an <%ae>%n%x09* %s%n" --date short --no-merges --since="$$(git show -s --format=%ad `git rev-list --tags --max-count=1`)" > RELEASE-$(*)
0 commit comments