Skip to content

Commit

Permalink
Reinstating two ODK docs with wrong URLs
Browse files Browse the repository at this point in the history
This is broken in ODK unfortunately, need to wait until next major release!
  • Loading branch information
matentzn committed Nov 12, 2024
1 parent b2dd0ba commit 82b172e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions docs/odk-workflows/ManageDocumentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,9 @@ The documentation is _not_ automatically updated from the Markdown, and needs to
If everything was successful, you will see a message similar to this one:

```
INFO - Your documentation should shortly be available at: https://information-artifact-ontology.github.io/noname/
INFO - Your documentation should shortly be available at: https://information-artifact-ontology.github.io/ontology-metadata/
```
3. Just to double check, you can now navigate to your documentation pages (usually https://information-artifact-ontology.github.io/noname/).
3. Just to double check, you can now navigate to your documentation pages (usually https://information-artifact-ontology.github.io/ontology-metadata/).
Just make sure you give GitHub 2-5 minutes to build the pages!



2 changes: 1 addition & 1 deletion docs/odk-workflows/ReleaseWorkflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Once your [CI checks](ContinuousIntegration.md) have passed, and your reviews ar

## Create a GitHub release

1. Go to your releases page on GitHub by navigating to your repository, and then clicking on releases (usually on the right, for example: https://github.com/information-artifact-ontology/noname/releases). Then click "Draft new release"
1. Go to your releases page on GitHub by navigating to your repository, and then clicking on releases (usually on the right, for example: https://github.com/information-artifact-ontology/ontology-metadata/releases). Then click "Draft new release"
1. As the tag version you **need to choose the date on which your ontologies were build.** You can find this, for example, by looking at the `omo.obo` file and check the `data-version:` property. The date needs to be prefixed with a `v`, so, for example `v2020-02-06`.
1. You can write whatever you want in the release title, but we typically write the date again. The description underneath should contain a concise list of changes or term additions.
1. Click "Publish release". Done.
Expand Down

0 comments on commit 82b172e

Please sign in to comment.