Skip to content

Commit

Permalink
Merge pull request #185 from fhir-fi/publish
Browse files Browse the repository at this point in the history
Update publish script
  • Loading branch information
mrinnetmaki authored Aug 16, 2024
2 parents fdf61a0 + 47d9077 commit 97e46d3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions publication-request.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"package-id" : "hl7.fhir.fi.base",
"version" : "1.0.1-cibuild",
"path" : "https://hl7.fi/fhir/finnish-base-profiles/1.0.1-cibuild",
"mode" : "working",
"version" : "1.0.1",
"path" : "https://hl7.fi/fhir/finnish-base-profiles/1.0.1",
"mode" : "milestone",
"status" : "draft",
"sequence" : "STU 1",
"desc" : "CI build snapshot for v. 1.0.1",
"descmd" : "CI build snapshot for v. 1.0.1",
"desc" : "Snapshot 1.0.1",
"descmd" : "Snapshot release to support discussions during development.",
"first" : "false"
}
2 changes: 1 addition & 1 deletion publish.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
java -jar input-cache/publisher.jar -go-publish -source $(pwd) -web https://hl7.fi/fhir -registry $(pwd)/../ig-registry/fhir-ig-list.json -history $(pwd)/../fhir-ig-history-template/ -templates $(pwd)/../ig-template-fhir-fi -temp $(pwd)/temp
java -jar input-cache/publisher.jar -go-publish -source $(pwd) -web https://hl7.fi/fhir -registry $(pwd)/../ig-registry/fhir-ig-list.json -history $(pwd)/../fhir-ig-history-template/ -templates $(pwd)/../history-template-fhir-fi -temp $(pwd)/temp
4 changes: 2 additions & 2 deletions sushi-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ 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-cibuild
version: 1.0.1
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
releaseLabel: draft # 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:
Expand Down

0 comments on commit 97e46d3

Please sign in to comment.