Skip to content

Commit

Permalink
Merge pull request #4 from berkeleybop/add-onts
Browse files Browse the repository at this point in the history
changed deploy config
  • Loading branch information
hrshdhgd authored May 26, 2022
2 parents f8f9c7f + bc741e2 commit 1ac507d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/ontology/bero.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ $(IMPORTDIR)/mesh_import.owl: $(MIRRORDIR)/mesh.owl
query --update ../sparql/preprocess-module.ru --update ../sparql/inject-subset-declaration.ru --update ../sparql/postprocess-module.ru \
annotate --ontology-iri $(ONTBASE)/$@ $(ANNOTATE_ONTOLOGY_VERSION) --output $@.tmp.owl && mv $@.tmp.owl $@; fi

MAIN_FILES_RELEASE = $(foreach n,$(MAIN_FILES), ../../$(n))

deploy_release:
@test $(GHVERSION)
ls -alt $(MAIN_FILES)
gh release create $(GHVERSION) --notes "TBD." --title "$(GHVERSION)" --draft $(MAIN_FILES) --generate-notes
ls -alt $(MAIN_FILES_RELEASE)
gh release create $(GHVERSION) --notes "TBD." --title "$(GHVERSION)" --draft $(MAIN_FILES_RELEASE) --generate-notes

0 comments on commit 1ac507d

Please sign in to comment.