From 4775aa86100c4d9e96fcb29793b88ffe295d23cf Mon Sep 17 00:00:00 2001 From: Chris Moesel Date: Fri, 17 Jan 2020 15:40:32 -0500 Subject: [PATCH 1/2] Update README w/ new FSH Doc URL --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bd8e3a71e..6d98e7792 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ SUSHI (aka "SUSHI Unshortens Short Hand Inputs") is a reference implementation c FHIR Shorthand (FSH) is a specially-designed language for defining the content of FHIR Implementation Guides (IG). It is simple and compact, with tools to produce Fast Healthcare Interoperability Resources (FHIR) profiles, extensions and implementation guides (IG). Because it is a language, written in text statements, FHIR Shorthand encourages distributed, team-based development using conventional source code control tools such as Github. -For more information about the evolving FSH syntax see the [FSH Wiki](https://github.com/HL7/fhir-shorthand/wiki). +For more information about the evolving FSH syntax see the [FHIR Shorthand Reference Manual](https://build.fhir.org/ig/HL7/fhir-shorthand/). # Installation for SUSHI Users @@ -37,7 +37,7 @@ If the input folder (i.e., "FSH Tank") contains a sub-folder named "ig-data", th * `ig-data/package-list.json`: If present, it will be used instead of a generated package-list.json. * `ig-data/input/pagecontent/index.md`: If present, it will provide the content for the IG's main page. -After running SUSHI, change to the output folder and run the `updatePublisher` and `genonce` scripts. +After running SUSHI, change to the output folder and run the `_updatePublisher` and `_genonce` scripts. If the input folder does not contain a sub-folder named "ig-data", then only the resources (e.g., profiles, extensions, etc.) will be generated. From a5f52653c4f7e081b27f742b23f5f4955248d931 Mon Sep 17 00:00:00 2001 From: Chris Moesel Date: Fri, 17 Jan 2020 15:40:38 -0500 Subject: [PATCH 2/2] 0.6.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index b6fa90b15..b7e73a2f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "fsh-sushi", - "version": "0.5.0", + "version": "0.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 535cce09d..5bbdc705a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fsh-sushi", - "version": "0.5.0", + "version": "0.6.0", "description": "Sushi Unshortens Short Hand Inputs (FSH Compiler)", "scripts": { "build": "rm -rf dist && tsc && cp -r src/ig/files dist/ig/files",