From b58c1d0b26789fe65670a8b87f6c3dec9d26ae53 Mon Sep 17 00:00:00 2001 From: Arthit Suriyawongkul Date: Fri, 13 Dec 2024 15:06:03 +0000 Subject: [PATCH] Publish from spdx-3-model "develop" branch Another PR for "main" branch will be created. Signed-off-by: Arthit Suriyawongkul --- .github/workflows/publish_v3.yml | 6 +++--- mkdocs.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/publish_v3.yml b/.github/workflows/publish_v3.yml index 1e1cd4dba5..1de67c554d 100644 --- a/.github/workflows/publish_v3.yml +++ b/.github/workflows/publish_v3.yml @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-latest env: REF_SPEC: "develop" # spdx-spec branch: "main" or "develop" or "support/x.y" - REF_MODEL: "main" # spdx-3-model branch: "main" or "develop" or "support/x.y" + REF_MODEL: "develop" # spdx-3-model branch: "main" or "develop" or "support/x.y" REF_PARSER: "main" # spdx-3-model branch: "main" or "develop" or "support/x.y" # (now we have only "main" for spdx-3-model and spec-parser) GH_PAGES_BRANCH: "gh-pages" # spdx-spec branch to publish HTML to @@ -51,7 +51,7 @@ jobs: # across all branches/tags # - VERSION_DEFAULT should also match with the # mike's canonical_version in mkdocs.yml - VERSION: "v3.0.1" # Publishing version, to be publish by this workflow: + VERSION: "v3.1-dev" # Publishing version, to be publish by this workflow: # - VERSION can be different from VERSION_DEFAULT; # For example, if VERSION is a draft/release candidate, # or if VERSION is a stable version that is behind the @@ -70,7 +70,7 @@ jobs: # redirected to the release version later. # For example, v3.0-RC1 was redirected to v3.0 and # will be redirected to v3.0.1 later. - VERSION_ALIASES: "latest v3.0 v3.0.1-dev v3.0.1-draft v3-draft v3.0-RC1 v3.0-RC2" + VERSION_ALIASES: "v3.1" # VERSION_ALIASES are names that will be redirected to VERSION # - Can be empty, can be multiple; separated by space # - "latest" should be reserved for the latest version diff --git a/mkdocs.yml b/mkdocs.yml index bb5c24af8a..8d0dae113d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,10 +1,10 @@ -site_name: SPDX Specification 3.0.1 -site_description: The System Package Data Exchange (SPDX) Specification Version 3.0.1 - Open standard for creating Software Bills of Materials (SBOMs) +site_name: SPDX Specification 3.1-dev +site_description: The System Package Data Exchange (SPDX) Specification Version 3.1-dev - Open standard for creating Software Bills of Materials (SBOMs) site_author: The Linux Foundation and its Contributors, including SPDX Model contributions from OMG and its Contributors. site_url: https://spdx.github.io/spdx-spec/ # set to the "root" of the site, to be combined with canonical_version repo_url: https://github.com/spdx/spdx-spec/ edit_uri: "" # set to an empty string to disable edit links; to enable, set to blob/development/v3.0.1/docs/ -copyright: SPDX v3.0.1 Copyright © 2010-2024, The Linux Foundation and its Contributors, including SPDX Model contributions from OMG and its Contributors. +copyright: SPDX v3.1-dev Copyright © 2010-2024, The Linux Foundation and its Contributors, including SPDX Model contributions from OMG and its Contributors. use_directory_urls: true theme: name: readthedocs