Skip to content

Commit

Permalink
update release checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
amokan committed Apr 29, 2022
1 parent 2e4fb79 commit 3d7d7d3
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 @@ -5,7 +5,7 @@ In order to release a new version to Hex.pm we first need to:
1. write the changes in the `CHANGELOG.md` file
2. update the `README.md`, `CHANGELOG.md` and `mix.exs` with the new version
3. commit and create a tag for that version
4. push the changes to the repository with: `git push origin master --tags`
4. push the changes to the repository with: `git push origin main --tags`
5. wait the CI to build all release files
6. run `mix rustler_precompiled.download HumanName.Native --all --print`
7. run `mix hex.publish` and **make sure the checksum file is present**
Expand Down

0 comments on commit 3d7d7d3

Please sign in to comment.