From 150c7f8d1f3be1cd20cc36e154450b4d74b2f6b9 Mon Sep 17 00:00:00 2001 From: Alex Richardson Date: Tue, 18 Feb 2025 09:18:15 -0800 Subject: [PATCH] Update specifications status to "Stable" Following the completed Internal Review, the Feb 18 TG vote and the request for ARC review the specification state should now be stable. While updating this, drop being able to set the state from the workflow run. --- .github/workflows/build-pdf.yml | 10 ---------- Makefile | 2 -- src/attributes.adoc | 2 +- src/riscv-cheri.adoc | 6 ++---- 4 files changed, 3 insertions(+), 17 deletions(-) diff --git a/.github/workflows/build-pdf.yml b/.github/workflows/build-pdf.yml index b26a587f..9f7af5f5 100644 --- a/.github/workflows/build-pdf.yml +++ b/.github/workflows/build-pdf.yml @@ -9,15 +9,6 @@ on: description: 'Release version, e.g. X.Y.Z:' required: true type: string - revision_mark: - description: 'Set revision mark as Draft, Release or Stable:' - required: true - type: choice - options: - - Draft - - Release - - Stable - default: Draft prerelease: description: Tag as a pre-release? required: false @@ -52,7 +43,6 @@ jobs: - name: Update environment variables for releases run: | echo "VERSION=v${{ github.event.inputs.version }}" >> "$GITHUB_ENV" - echo "REVMARK=${{ github.event.inputs.revision_mark }}" >> "$GITHUB_ENV" if: github.event_name == 'workflow_dispatch' - name: Update environment variables for push events diff --git a/Makefile b/Makefile index f18b6f76..7e1b3a3b 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,6 @@ GEN_SCRIPT = $(SCRIPTS_DIR)/generate_tables.py # Version and date DATE ?= $(shell date +%Y-%m-%d) VERSION ?= v0.9.5 -REVMARK ?= Draft # Directories and files BUILD_DIR = build @@ -84,7 +83,6 @@ ASCIIDOC_OPTIONS = --trace --verbose \ -a compress \ -a mathematical-format=svg \ -a revnumber=$(VERSION) \ - -a revremark=$(REVMARK) \ -a revdate=$(DATE) \ -a buildir=$(BUILD_DIR) \ -a srcdir=$(SRC_DIR) \ diff --git a/src/attributes.adoc b/src/attributes.adoc index 5f5bbfe5..608c9a2a 100644 --- a/src/attributes.adoc +++ b/src/attributes.adoc @@ -3,7 +3,7 @@ :company: RISC-V.org :revdate: 1/2023 :revnumber: 1.0 -:revremark: This document is under development. Expect potential changes. Visit http://riscv.org/spec-state for further details. +:revremark: This document is in Stable state. Assume it may change. :revinfo: :url-riscv: http://riscv.org :doctype: book diff --git a/src/riscv-cheri.adoc b/src/riscv-cheri.adoc index b6fe70f9..f9fcab7a 100644 --- a/src/riscv-cheri.adoc +++ b/src/riscv-cheri.adoc @@ -13,11 +13,9 @@ The latest versioned PDF release can be downloaded from https://github.com/riscv endif::[] [WARNING] -.This document is in the link:http://riscv.org/spec-state[Development state] +.This document is in the link:https://lf-riscv.atlassian.net/wiki/display/HOME/Specification+States[Stable state] ==== -Expect potential changes. This draft specification is likely to evolve before -it is accepted as a standard. Implementations based on this draft -may not conform to the future standard. +Assume anything could still change, but limited change should be expected. ==== [preface]