Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Nelson <[email protected]>
  • Loading branch information
ajnelson-nist committed Jul 24, 2024
1 parent b6a4986 commit 128ec5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/project_release_flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This page illustrates the release flow of CDO ontologies and consumer-projects o

* The [CASE ontology repository](https://github.com/casework/CASE) tracks [UCO's ontology repository](https://github.com/ucoProject/UCO) as a Git submodule, and creates releases with each release of UCO.
* The [CASE Python Utilities](https://github.com/casework/CASE-Utilities-Python) then compile a monolithic build of the CASE ontology, exporting that build via PyPI at [`case-utils`](https://pypi.org/project/case-utils/).
* A GitHub validation action, [`case-validation-action`](https://github.com/casework/CASE-Utilities-Python) references the new `case-utils` version as a `pip` dependency, and uses that new version for validation with GitHub Actions in projects that adopt `case-validation-action`.
* A GitHub validation action, [`case-validation-action`](https://github.com/kchason/case-validation-action) references the new `case-utils` version as a `pip` dependency, and uses that new version for validation with GitHub Actions in projects that adopt `case-validation-action`.

The flow shows various practices with consuming the UCO and CASE ontologies, frequently as part of data validation in Continuous Integration workflows.

Expand Down

0 comments on commit 128ec5b

Please sign in to comment.