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 a67e445 commit b082897Copy full SHA for b082897
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" --source-ref `sh getrev.sh`
+ 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
getrev.sh
0 commit comments