Skip to content

Commit

Permalink
Update checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
thiamsantos committed Aug 21, 2023
1 parent 6920d76 commit b62257c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE_CHECKLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ In order to release a new version we first need to:
2. commit and create a tag for that version
3. push the changes to the repository with: `git push origin master --tags`
4. wait the CI to build all release files
5. run `mix rustler_precompiled.download Xler.Native --all --printb --ignore-unavailable`
5. run `rm -rf _build && mix compile --force && mix rustler_precompiled.download Xler.Native --all --printb --ignore-unavailable`
6. Commit and push the checksum file

0 comments on commit b62257c

Please sign in to comment.