mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
chore: remove dead makefile target
This commit is contained in:
parent
76b108203a
commit
f5409d480a
1 changed files with 0 additions and 6 deletions
6
Makefile
6
Makefile
|
|
@ -30,12 +30,6 @@ update_next_tag:
|
|||
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)
|
||||
|
||||
release: update_next_tag
|
||||
@echo "release version $(VERSION)..."
|
||||
git tag -f $(VERSION) ; git push origin :$(VERSION) ; git push origin $(VERSION)
|
||||
opam publish prepare https://github.com/c-cube/qcheck/archive/$(VERSION).tar.gz
|
||||
@echo "review the release, then type 'opam publish submit qcheck.$(VERSION)/'"
|
||||
|
||||
WATCH?=@all
|
||||
watch:
|
||||
@dune build $(WATCH) -w
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue