Skip to content

Commit

Permalink
Add date to doid-base.owl during release
Browse files Browse the repository at this point in the history
To make it consistent with doid.owl & doid-merged.owl.
  • Loading branch information
allenbaron committed Oct 25, 2023
1 parent f202363 commit 8b2538e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,7 @@ $(DB).owl: $(EDIT) | check_robot
annotate \
--ontology-iri "$(OBO)doid/$(notdir $@)" \
--version-iri "$(RELEASE_PREFIX)$(notdir $@)" \
--annotation oboInOwl:date "$(TS)" \
--annotation owl:versionInfo "$(DATE)" \
--output $@
@echo "Created $@"
Expand Down

0 comments on commit 8b2538e

Please sign in to comment.