forked from teamwalnut/graphql-ppx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: prep for dune-release (teamwalnut#254)
- Fix improperly named dune project - Add missing items - Add post-publish hook to call `dune-release` Note: this project still requires a CHANGELOG for this to be functional
- Loading branch information
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
(lang dune 2.0) | ||
|
||
(name "graphql_ppx") | ||
(name graphql_ppx) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
opam-version: "2.0" | ||
maintainer: "Tomasz Cichocinski <[email protected]>" | ||
authors: "Tomasz Cichocinski <[email protected]>" | ||
synopsis: "GraphQL PPX rewriter for ReScript/ReasonML" | ||
description: "GraphQL language primitives for ReScript/ReasonML written in ReasonML" | ||
license: "MIT" | ||
homepage: "https://github.com/reasonml-community/graphql-ppx" | ||
bug-reports: "https://github.com/reasonml-community/graphql-ppx/issues" | ||
build: [ | ||
|
@@ -16,6 +19,3 @@ depends: [ | |
"reason" | ||
"yojson" | ||
] | ||
|
||
synopsis: "GraphQL PPX rewriter for Bucklescript/ReasonML" | ||
description: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters