Skip to content

Commit

Permalink
docs: update release steps
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Feb 29, 2024
1 parent 6d9354b commit a767f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ To publish a new version of this package:
1. `git tag -s <tag-version>` to create new signed tag.
1. `git push origin <tag-version>` to push the tag.
1. Wait for the `binaries.yml` GitHub workflow to build all the NIF binaries.
1. Publish the newly created draft release in GitHub (the download won't find the binaries otherwise).
1. `mix rustler_precompiled.download Candlex.Native --all --print` to generate binaries checksums locally.
1. `rm -r native/candlex/target priv/native` to leave out rust crate build artifacts from published elixir package.
1. `mix hex.build --unpack` to check the package includes the correct files.
1. Publish the release from draft in GitHub.
1. `mix hex.publish` to publish package to Hex.pm.
1. `git push origin main`

Expand Down

0 comments on commit a767f58

Please sign in to comment.