Skip to content

Commit

Permalink
Use topkg to handle releases
Browse files Browse the repository at this point in the history
  • Loading branch information
mroch committed Feb 28, 2018
1 parent 99da01b commit 8d61491
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
v0.1.0 2018-02-28
-----------------

Initial release
4 changes: 4 additions & 0 deletions pkg/pkg.ml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#use "topfind"
#require "topkg-jbuilder"

let () = Topkg_jbuilder.describe ~licenses:[ Topkg.Pkg.std_file "LICENSE" ] ()

0 comments on commit 8d61491

Please sign in to comment.