Skip to content

Commit

Permalink
release 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrek committed Feb 2, 2021
1 parent 9269ad6 commit e0e278b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ clean:
install:
dune install

VERSION=0.3
VERSION=0.4
NAME=ocaml-cbor-$(VERSION)

.PHONY: release
release:
git tag -a -m $(VERSION) $(VERSION)
git archive --prefix=$(NAME)/ $(VERSION) | gzip > $(NAME).tar.gz
gpg -a -b $(NAME).tar.gz
gpg -a -b $(NAME).tar.gz > $(NAME).tar.gz.asc

0 comments on commit e0e278b

Please sign in to comment.