Skip to content

Commit

Permalink
Comment in Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
fpottier committed Aug 29, 2024
1 parent 3596d00 commit c3d6c2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ clean:
# + check that the CI has succeeded
# + check that [opam lint] is happy
# + make sure that the package is not pinned: [opam pin remove cppo]
# + create a tag, e.g. [git tag -a vX.Y.Z]
# + create a tag, e.g. [git tag vX.Y.Z]
# (the tag should not be annotated, as it shows up in [cppo -version])
# + run [make publishX.Y.Z]

publish%:
Expand Down

0 comments on commit c3d6c2a

Please sign in to comment.