Skip to content

Commit ec5896f

Browse files
committed
Merge branch 'main' into add-onts
2 parents 576f970 + 979182f commit ec5896f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/ontology/bero.Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,8 @@ $(IMPORTDIR)/mesh_import.owl: $(MIRRORDIR)/mesh.owl
5656
--branch-from-terms $(MESH_TERMS_FILE) \
5757
query --update ../sparql/preprocess-module.ru --update ../sparql/inject-subset-declaration.ru --update ../sparql/postprocess-module.ru \
5858
annotate --ontology-iri $(ONTBASE)/$@ $(ANNOTATE_ONTOLOGY_VERSION) --output $@.tmp.owl && mv $@.tmp.owl $@; fi
59+
60+
deploy_release:
61+
@test $(GHVERSION)
62+
ls -alt $(MAIN_FILES)
63+
gh release create $(GHVERSION) --notes "TBD." --title "$(GHVERSION)" --draft $(MAIN_FILES) --generate-notes

0 commit comments

Comments
 (0)