reasonml / reason

Simple, fast & type safe code that leverages the JavaScript & OCaml ecosystems
http://reasonml.github.io
MIT License
10.14k stars 428 forks source link

Fix version on refmt #2701

Closed davesnx closed 1 year ago

davesnx commented 1 year ago

This PR is a step close to solve the issue with the release process being broken. Fixing the version on running refmt --version

This would always print the version from dune-project which would need to be in sync with reason.json, package.json, esy.json which is not ideal.

In the future the publish is going to be automated by CI, only updating the version on the dune-project file will propagate to all releases.