Skip to content

Commit

Permalink
Fix docs version indicator to include unannotated tags (lambda-fairy#302
Browse files Browse the repository at this point in the history
)

Looks like GitHub's release feature doesn't create annotated tags by default.
  • Loading branch information
lambda-fairy authored Oct 1, 2021
1 parent df98f4f commit c4cd049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)))
Expand Down

0 comments on commit c4cd049

Please sign in to comment.