From 278fe115d1cc96c4a3cbe5197c02f09883b9cd45 Mon Sep 17 00:00:00 2001 From: Jose Costa Teixeira Date: Sun, 8 Oct 2023 23:20:19 +0200 Subject: [PATCH 1/4] fail on plantuml errors --- scripts/ant.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/ant.xml b/scripts/ant.xml index 839a042..d7ce83f 100644 --- a/scripts/ant.xml +++ b/scripts/ant.xml @@ -98,13 +98,13 @@ - + - + From daefc904f05250fcda8eab2782412987e966776c Mon Sep 17 00:00:00 2001 From: Jose Costa Teixeira Date: Sun, 15 Oct 2023 13:06:09 +0200 Subject: [PATCH 2/4] escape titles and versions in page title IGs with "&" in the title would crash --- includes/fragment-pagebegin.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/fragment-pagebegin.html b/includes/fragment-pagebegin.html index 2c937ed..a82d1f7 100644 --- a/includes/fragment-pagebegin.html +++ b/includes/fragment-pagebegin.html @@ -3,7 +3,7 @@ - {{site.data.pages[page.path].title | escape_once}} - {{site.data.fhir.ig.title}} v{{site.data.fhir.ig.version}} + {{site.data.pages[page.path].title | escape_once}} - {{site.data.fhir.ig.title | escape_once}} v{{site.data.fhir.ig.version | escape_once}} From 7b3ae5b5a8140388e5bfcff2976d89fb558284a5 Mon Sep 17 00:00:00 2001 From: Josh Mandel Date: Thu, 19 Oct 2023 15:05:48 -0500 Subject: [PATCH 3/4] Remove spaces around artifact groups --- scripts/createArtifactSummary.xslt | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/scripts/createArtifactSummary.xslt b/scripts/createArtifactSummary.xslt index 97b7d2d..e28d260 100644 --- a/scripts/createArtifactSummary.xslt +++ b/scripts/createArtifactSummary.xslt @@ -5,7 +5,8 @@ - DO NOT EDIT THIS FILE - It is generated and any changes made will be overwritten + + DO NOT EDIT THIS FILE - It is generated by https://github.com/HL7/ig-template-base/blob/master/scripts/createArtifactSummary.xslt and any changes made will be overwritten

Contents:

    @@ -50,13 +51,10 @@
-

{% capture grouping_desc %} {% endcapture %} {{ grouping_desc | markdownify}} -

-

@@ -88,7 +86,6 @@
-

From 52b65c99bee4a202e00678f09bc460eacb291eb8 Mon Sep 17 00:00:00 2001 From: Grahame Grieve Date: Thu, 7 Mar 2024 16:35:49 +1100 Subject: [PATCH 4/4] Update for release. --- package-list.json | 14 +++++++++++--- package/package.json | 4 ++-- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/package-list.json b/package-list.json index b3c6504..9fa0f5f 100644 --- a/package-list.json +++ b/package-list.json @@ -1,4 +1,4 @@ -{ +{ "package-id" : "fhir.base.template", "title" : "Base template for FHIR IGs", "canonical" : "http://fhir.org/templates/fhir.base.template", @@ -11,14 +11,22 @@ "status" : "ci-build", "current" : true }, + { + "version" : "0.7.0", + "desc" : "Force snapshot release of all templates prior to making a change to the base template that depends on a new IG publisher", + "path" : "http://fhir.org/templates/fhir.base.template/0.7.0", + "status" : "release", + "sequence" : "Publications", + "date" : "2024-03-07", + "current" : true + }, { "version" : "0.6.0", "desc" : "Update template for apply-wg", "path" : "http://fhir.org/templates/fhir.base.template/0.6.0", "status" : "release", "sequence" : "Publications", - "date" : "2023-09-21", - "current" : true + "date" : "2023-09-21" }, { "version" : "0.5.0", diff --git a/package/package.json b/package/package.json index e83b23f..2a60b67 100644 --- a/package/package.json +++ b/package/package.json @@ -1,9 +1,9 @@ -{ +{ "name" : "fhir.base.template", "type" : "fhir.template", "license" : "CC0-1.0", "description" : "FHIR IG Base Template - foundational for use by anyone", "author" : "http://hl7.org/fhir", "canonical" : "http://fhir.org/templates/fhir.base.template", - "version" : "0.6.0" + "version" : "0.7.0" }