Skip to content

Commit

Permalink
Merge pull request #335 from obophenotype/2024-06-27fix_doc
Browse files Browse the repository at this point in the history
Fix markdown formatting
  • Loading branch information
rays22 authored Jun 27, 2024
2 parents 73a5d74 + 3357a8c commit 639c840
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/odk-workflows/ReleaseWorkflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,23 @@ Preparation:
4. Checkout a new branch (e.g. `git checkout -b release-202X-XX-XX`)
5. You may or may not want to refresh your imports as part of your release strategy (see [here](UpdateImports.md)).
6. Make sure you have the latest ODK installed by running `docker pull obolibrary/odkfull`
```shell
```sh
docker pull obolibrary/odkfull
```

To actually run the release, you:

1. Open a command line terminal window and navigate to the `src/ontology` directory (`cd bio-attribute-ontology/src/ontology`).
2. Start the release pipeline by issuing the command:
```shell
```sh
sh run.sh make prepare_release_fast
```
NOTE: It is recommended that you run the release pipeline uncoupled from refreshing imports. However, in case you do need to refresh all the imports at this time, you can achieve that by:
```shell
```sh
sh run.sh make prepare_release -B
```
3. If everything went well, you should see the following output on your machine:
```shell
```sh
...
Release files are now in ../.. - now you should commit, push and make a release on your git hosting site such as GitHub or GitLab
make[1]: Leaving directory '/work/src/ontology'
Expand Down

0 comments on commit 639c840

Please sign in to comment.