From a50ef1c46b675340e0efb4083608dff625b614f7 Mon Sep 17 00:00:00 2001 From: Mint Thompson Date: Tue, 28 Nov 2023 09:15:20 -0500 Subject: [PATCH] Add "latest" as special dependency version (#84) --- content/docs/SUSHI/configuration/_index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/docs/SUSHI/configuration/_index.md b/content/docs/SUSHI/configuration/_index.md index d8d4b19..334951e 100644 --- a/content/docs/SUSHI/configuration/_index.md +++ b/content/docs/SUSHI/configuration/_index.md @@ -103,10 +103,11 @@ The `dependencies` value is a YAML object for which the keys are each dependency hl7.fhir.us.core: 3.1.0 ``` -In addition to standard version identifiers, the following two special versions are supported: +In addition to standard version identifiers, the following three special versions are supported: * `dev`: indicates that the dependency should be loaded from the local FHIR cache * `current`: indicates that the dependency should be loaded from the last successful auto-build. + * `latest`: indicates that the dependency should be loaded using the version tagged as `latest` on the package server. The `dependencies` property also supports an advanced syntax that allows you to directly specify the dependency id and/or URI if necessary. For example: