We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3e90ca commit 858194aCopy full SHA for 858194a
Makefile
@@ -64,4 +64,6 @@ release:
64
@ git push
65
@ git push --tags
66
# Publish an opam description.
67
- @ opam publish --tag=v$(VERSION) -v $(VERSION) ocaml-community/cppo
+# Note: the final '.' allows 'opam publish' to find our *.opam files
68
+# even though they are not included in the archive.
69
+ @ opam publish -v $(VERSION) https://github.com/ocaml-community/cppo/archive/v$(VERSION).tar.gz .
0 commit comments