Skip to content

Commit 9cf872d

Browse files
committed
Use opam release rather than howm grown script
1 parent 8a9f4af commit 9cf872d

2 files changed

Lines changed: 1 addition & 21 deletions

File tree

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ update-version:
2323
@sed -i 's/^version: .*/version: "$(VERSION)"/' *.opam
2424
@sed -i 's/^\( *\)"ppx_protocol_conv" { >= ".*" }/\1"ppx_protocol_conv" { >= "$(VERSION)" }/' ppx_protocol_conv_*.opam
2525

26-
release: VERSION=$(shell cat Changelog | grep -E '^[0-9]' | head -n 1)
2726
release:
28-
@./release.sh $(VERSION)
27+
opam publish
2928

3029
doc:
3130
dune build @doc

release.sh

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)