-
Notifications
You must be signed in to change notification settings - Fork 9
Maintainer's Guide
Jamil edited this page Aug 9, 2022
·
1 revision
Merges to main
will automatically update the drafted, pending release. To publish the new release, you'll need to do it for both Github and Hex.
- Publish the drafted release on Github.
- Updated the precompiled checksums locally with
mix rustler_precompiled.download Wireguardex --all --print
. - Ensure all build artifacts are removed so they don't get published as well:
rm -rf native/wireguard_nif/target
- Double-check to ensure all supported checksums are shown. If any are missing, you may need to recompile to have the new ones picked up:
mix deps.compile --force --all
- Publish to hex with
mix hex.publish