From d777163fef503e49b79fa8d46278b0e61727c8ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikael=20Rinnetm=C3=A4ki?= Date: Thu, 6 Jul 2023 16:19:11 +0300 Subject: [PATCH 1/3] Set version to 1.0.1-snapshot, working draft ci-build To be merged after the release of v1.0.0, so that we keep all working branches clearly separated from the official release. --- publication-request.json | 8 ++++---- sushi-config.yaml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/publication-request.json b/publication-request.json index 1d126c5..e5cbdea 100644 --- a/publication-request.json +++ b/publication-request.json @@ -1,9 +1,9 @@ { "package-id" : "hl7.fhir.fi.base", - "version" : "1.0.0", - "path" : "https://hl7.fi/fhir/finnish-base-profiles/1.0.0", - "mode" : "milestone", - "status" : "trial-use", + "version" : "1.0.1-snapshot", + "path" : "https://hl7.fi/fhir/finnish-base-profiles/1.0.1-snapshot", + "mode" : "working", + "status" : "draft", "sequence" : "STU 1", "desc" : "Release 1.0.0, STU 1", "descmd" : "Release 1.0.0, STU 1", diff --git a/sushi-config.yaml b/sushi-config.yaml index 445db89..49c5d09 100644 --- a/sushi-config.yaml +++ b/sushi-config.yaml @@ -7,11 +7,11 @@ canonical: https://hl7.fi/fhir/finnish-base-profiles name: FinnishBaseProfiles title: Finnish Base Profiles description: A core set of FHIR resources profiled for use in Finland, published and maintained by HL7 Finland -status: active # draft | active | retired | unknown -version: 1.0.0 +status: draft # draft | active | retired | unknown +version: 1.0.1-snapshot fhirVersion: 4.0.1 # https://www.hl7.org/fhir/valueset-FHIR-version.html copyrightYear: 2022+ -releaseLabel: trial-use # ci-build | draft | qa-preview | ballot | trial-use | release | update | normative+trial-use +releaseLabel: ci-build # ci-build | draft | qa-preview | ballot | trial-use | release | update | normative+trial-use license: CC0-1.0 # https://www.hl7.org/fhir/valueset-spdx-license.html jurisdiction: urn:iso:std:iso:3166#FI "Finland" # https://www.hl7.org/fhir/valueset-jurisdiction.html publisher: From 3de9808a8929c54673f768b6d8a51f98b51399bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikael=20Rinnetm=C3=A4ki?= Date: Thu, 6 Jul 2023 16:54:15 +0300 Subject: [PATCH 2/3] Use the label cibuild instead As described in https://build.fhir.org/versions.html#versions --- publication-request.json | 4 ++-- sushi-config.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/publication-request.json b/publication-request.json index e5cbdea..6160b40 100644 --- a/publication-request.json +++ b/publication-request.json @@ -1,7 +1,7 @@ { "package-id" : "hl7.fhir.fi.base", - "version" : "1.0.1-snapshot", - "path" : "https://hl7.fi/fhir/finnish-base-profiles/1.0.1-snapshot", + "version" : "1.0.1-cibuild", + "path" : "https://hl7.fi/fhir/finnish-base-profiles/1.0.1-cibuild", "mode" : "working", "status" : "draft", "sequence" : "STU 1", diff --git a/sushi-config.yaml b/sushi-config.yaml index 49c5d09..2b9ac8a 100644 --- a/sushi-config.yaml +++ b/sushi-config.yaml @@ -8,7 +8,7 @@ name: FinnishBaseProfiles title: Finnish Base Profiles description: A core set of FHIR resources profiled for use in Finland, published and maintained by HL7 Finland status: draft # draft | active | retired | unknown -version: 1.0.1-snapshot +version: 1.0.1-cibuild fhirVersion: 4.0.1 # https://www.hl7.org/fhir/valueset-FHIR-version.html copyrightYear: 2022+ releaseLabel: ci-build # ci-build | draft | qa-preview | ballot | trial-use | release | update | normative+trial-use From d7ce893d1f33b534db043902800a9441eefa04e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikael=20Rinnetm=C3=A4ki?= Date: Fri, 7 Jul 2023 16:27:42 +0300 Subject: [PATCH 3/3] Fix release description --- publication-request.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/publication-request.json b/publication-request.json index 6160b40..441c9f8 100644 --- a/publication-request.json +++ b/publication-request.json @@ -5,7 +5,7 @@ "mode" : "working", "status" : "draft", "sequence" : "STU 1", - "desc" : "Release 1.0.0, STU 1", - "descmd" : "Release 1.0.0, STU 1", + "desc" : "CI build snapshot for v. 1.0.1", + "descmd" : "CI build snapshot for v. 1.0.1", "first" : "false" } \ No newline at end of file