We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 576f970 + 979182f commit ec5896fCopy full SHA for ec5896f
src/ontology/bero.Makefile
@@ -56,3 +56,8 @@ $(IMPORTDIR)/mesh_import.owl: $(MIRRORDIR)/mesh.owl
56
--branch-from-terms $(MESH_TERMS_FILE) \
57
query --update ../sparql/preprocess-module.ru --update ../sparql/inject-subset-declaration.ru --update ../sparql/postprocess-module.ru \
58
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