Skip to content

Commit

Permalink
ci: add make target to manually publish to opam
Browse files Browse the repository at this point in the history
  • Loading branch information
leostera committed Oct 31, 2020
1 parent aa0b0a2 commit a6b130c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ release-erlang:
dune-release distrib --skip-build --skip-lint --skip-tests -p erlang
mv _build/caramel*.tbz erlang.tbz

.PHONY: opam-publish
opam-publish: build
dune-release distrib --skip-tests -p erlang -n erlang
dune-release opam pkg -p erlang -n erlang
dune-release opam submit -p erlang -n erlang

.PHONY: promote
promote:
dune promote
Expand Down

0 comments on commit a6b130c

Please sign in to comment.