Fix docs version indicator to include unannotated tags (#302)
Looks like GitHub's release feature doesn't create annotated tags by default.
This commit is contained in:
parent
df98f4f00b
commit
c4cd049da8
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ build_page := target/debug/build_page
|
|||
|
||||
nav_json := site/nav.json
|
||||
|
||||
version := $(shell git describe)
|
||||
version := $(shell git describe --tags)
|
||||
hash := $(shell git rev-parse HEAD)
|
||||
|
||||
md_files := $(foreach slug,$(slugs),$(call slug_to_md,$(slug)))
|
||||
|
|
Loading…
Add table
Reference in a new issue