Skip to content

Commit

Permalink
Add publish target
Browse files Browse the repository at this point in the history
  • Loading branch information
andersfugmann committed Feb 24, 2024
1 parent f27ae34 commit a99c034
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ gh-pages: doc ## Publish documentation
bench: ## Run benchmark to compare with ocaml-protoc
dune exec bench/bench.exe --profile=bench

.PHONY: publish
publish: ## Publish a new package.
dune-release -p ocaml-protoc-plugin

.PHONY: force
force:

Expand Down

0 comments on commit a99c034

Please sign in to comment.