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.
2 parents 911eb23 + b082897 commit b5d20d3Copy full SHA for b5d20d3
Makefile
@@ -98,7 +98,7 @@ docs: compile
98
mkdir -p ebin
99
rm -rf docs
100
cp -R -f lib/*/ebin/*.beam ./ebin
101
- bin/elixir ../exdoc/bin/exdoc "Elixir" "$(VERSION)" -m Kernel -u "https://github.com/elixir-lang/elixir"
+ bin/elixir ../exdoc/bin/exdoc "Elixir" "$(VERSION)" -m Kernel -u "https://github.com/elixir-lang/elixir" --source-ref "$(shell head="$$(git rev-parse HEAD)" tag="$$(git tag --points-at $$head | tail -1)" ; echo "$${tag:-$$head}\c")"
102
rm -rf ebin
103
104
release_zip: compile
0 commit comments