Skip to content

Commit

Permalink
Add "latest" as special dependency version (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
mint-thompson authored Nov 28, 2023
1 parent 615fef7 commit a50ef1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/docs/SUSHI/configuration/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit a50ef1c

Please sign in to comment.