From 85be6331830794a491723b123217d2d6190e1244 Mon Sep 17 00:00:00 2001 From: Chris Moesel Date: Fri, 17 Jan 2020 15:44:53 -0500 Subject: [PATCH] 0.6.0 (#101) * Update README w/ new FSH Doc URL * 0.6.0 --- README.md | 4 ++-- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 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. 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",