Skip to content

Commit

Permalink
Makefile: add comments about making a release.
Browse files Browse the repository at this point in the history
  • Loading branch information
fpottier committed Aug 28, 2024
1 parent 3695dcb commit 341dee0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,13 @@ check: test
clean:
dune clean

# To make a release:
# + check that [make] and [make test] succeed
# + check that everything has been committed
# + check that the CI has succeeded
# + check that [opam lint] is happy
# + create a tag, e.g. [git tag -a vX.Y.Z]
# + run [make publishX.Y.Z]

publish%:
opam publish --tag=v$* -v $* ocaml-community/cppo

0 comments on commit 341dee0

Please sign in to comment.