mirror of
https://github.com/c-cube/ezcurl.git
synced 2025-12-05 19:00:34 -05:00
chore: update ocamlformat
This commit is contained in:
parent
7c684f1869
commit
5b4b71ee15
2 changed files with 9 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
version = 0.24.1
|
version = 0.26.2
|
||||||
profile=conventional
|
profile=conventional
|
||||||
margin=80
|
margin=80
|
||||||
if-then-else=k-r
|
if-then-else=k-r
|
||||||
|
|
|
||||||
9
Makefile
9
Makefile
|
|
@ -17,4 +17,11 @@ WATCH?= @install @runtest
|
||||||
watch:
|
watch:
|
||||||
@dune build $(WATCH )-w
|
@dune build $(WATCH )-w
|
||||||
|
|
||||||
.PHONY: all build test watch
|
VERSION=$(shell awk '/^version:/ {print $$2}' ezcurl.opam)
|
||||||
|
|
||||||
|
update_next_tag:
|
||||||
|
@echo "update version to $(VERSION)..."
|
||||||
|
sed -i "s/NEXT_VERSION/$(VERSION)/g" $(wildcard src/**/*.ml) $(wildcard src/**/*.mli)
|
||||||
|
sed -i "s/NEXT_RELEASE/$(VERSION)/g" $(wildcard src/**/*.ml) $(wildcard src/**/*.mli)
|
||||||
|
|
||||||
|
.PHONY: all build test watch update_next_tag
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue