You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,9 @@ Import the entire codesystem:
78
78
## Releases
79
79
80
80
- 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.
0 commit comments