From e9c31b62d2a52ee3b13872f9f0e96dd1f8df2975 Mon Sep 17 00:00:00 2001 From: Tsukasa OI Date: Tue, 17 Oct 2023 05:02:26 +0000 Subject: [PATCH] Update document version (semi-automatically) This technique is based on the 'Zicond' extension specification. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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