From 10dc9e99c955cfb4a4fdcb079dc1a891f3eb71a0 Mon Sep 17 00:00:00 2001 From: Jordan Walke Date: Mon, 13 Aug 2018 00:01:35 -0700 Subject: [PATCH] Fix maintainer's guide --- MAINTAINERS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 7fc390e08..b1e0b1fc8 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -18,7 +18,7 @@ versions of the Opam packages. version=3.3.3 make pre_release git commit -m "Bump version" git push origin HEAD:PullRequestForVersion # Commit these version bumps - node ./scripts/esy-prepublish.js scripts/esy-prepublish.js src/refmt src/rtop + node scripts/esy-prepublish.js src/refmt src/rtop Then follow the printed instructions for pushing any of the packages to npm. They will show up under `@esy-ocaml/reason` etc.