Skip to content

Commit

Permalink
Use latest tag for versioning. (#160)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Warkentin <[email protected]>
  • Loading branch information
andreiw committed Apr 19, 2024
1 parent 0c04787 commit e28b22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# the Doc Template for RISC-V Extensions.

DATE ?= $(shell date +%Y-%m-%d)
VERSION ?= v0.0.1
VERSION ?= $(shell git describe --tags)
REVMARK ?= \"This document is in development. Assume everything can change. See http://riscv.org/spec-state for details.\"
DOCKER_RUN := docker run --rm -v ${PWD}:/build -w /build \
riscvintl/riscv-docs-base-container-image:latest
Expand Down

0 comments on commit e28b22e

Please sign in to comment.