Skip to content

Release process

Kyriakos Kentzoglanakis edited this page Jan 26, 2024 · 4 revisions

Hex.pm release

First of all, we need to update the project version in the following files:

  • mix.exs
  • package.json
  • assets/package.json
  • README.md (instructions on how to include library)

Run the following:

  • ork deps build

Then, commit and push the changes.

Finally, to publish the package to hex.pm:

  • ork publish
Clone this wiki locally