Skip to content

Commit cd437e2

Browse files
committed
Update README to clarify versioning process and remove GitHub Actions dependency
1 parent cfac94f commit cd437e2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@ Import the entire codesystem:
7878
## Releases
7979

8080
- Each new release must be git tagged with v*.*.*. This triggers the Github actions to publish to PyPi and release in GitHub releases.
81-
- Version should only be stored in the `pyproject.toml` file in `project.version`, and imported accordingly when needed.
81+
- Project version should only be stored in the `pyproject.toml` file in `project.version`, and imported accordingly when needed.
82+
- Each CodeSystem and CodeValue has its own version which depends on changes to that: remember to bump those individually.
83+
- No need for Github actions: just build with `make build`, which will build in `docs/` which is configured by github-pages to serve to http://terminology.open-ortho.org and http://open-ortho.org/terminology.
8284

8385
<!-- MARKDOWN LINKS & IMAGES -->
8486
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->

0 commit comments

Comments
 (0)