diff --git a/Makefile b/Makefile index 303d71f..352d674 100644 --- a/Makefile +++ b/Makefile @@ -13,8 +13,8 @@ # the Doc Template for RISC-V Extensions. DATE ?= $(shell date +%Y-%m-%d) -VERSION ?= v0.0.0 -REVMARK ?= Draft +VERSION ?= $(shell git describe --tag --always --dirty) +REVMARK ?= Frozen DOCKER_RUN := docker run --rm -v ${PWD}:/build -w /build \ riscvintl/riscv-docs-base-container-image:latest