Skip to content

Commit

Permalink
prepare release 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrek committed Nov 12, 2016
1 parent 02794e1 commit 6385d16
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.7.1 (2016-11-11)
* sync with OCaml 4.04
* add Hashtbl.Make for better compatibility

1.7.0 (2015-08-29)
* Switch to git and move repo to github
* `-safe-string` compatibility
Expand Down
7 changes: 3 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

VERSION:=$(shell git describe --always --long)
RELEASE:=1.7.0
RELEASE:=1.7.1

ifndef VERSION
VERSION:=$(RELEASE)
Expand Down Expand Up @@ -31,6 +31,5 @@ NAME=extlib-$(RELEASE)

release:
git tag -a -m $(RELEASE) $(RELEASE)
# using github archive - it will have different checksum
#git archive --prefix=$(NAME)/ $(RELEASE) | gzip > $(NAME).tar.gz
# gpg -a -b $(NAME).tar.gz
git archive --prefix=$(NAME)/ $(RELEASE) | gzip > $(NAME).tar.gz
gpg -a -b $(NAME).tar.gz
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,16 @@ Usage

Generate and read the documentation.

Release
-------

* Review `git log` and update CHANGES
* Update version in Makefile
* Commit
* `make release`
* upload tarball and make release on github
* opam publish

Contributors
------------

Expand Down

0 comments on commit 6385d16

Please sign in to comment.