Skip to content

Commit cce5e1a

Browse files
authored
Merge pull request #56 from mischov/chore/fix-release-checklist
Fix RELEASE_CHECKLIST
2 parents f585cfa + 32a5e1c commit cce5e1a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

RELEASE_CHECKLIST.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ In order to release a new version to Hex.pm we first need to:
1010
1. Tag main with `git tag <version>`
1111
1. Push tag with `git push origin <version>`
1212
1. Wait for the CI to build all release files
13-
1. Run `mix rustler.download MeeseeksHtml5ever.Native --all --print`
13+
1. Run `mix rustler_precompiled.download MeeseeksHtml5ever.Native --all --print`
1414
1. Copy the output of the mix task and add to the release notes
15-
1. Run `mix hex.publish` and **make sure the checksum file is present**
15+
1. Run `MIX_ENV=docs mix docs`
16+
1. Run `MIX_ENV=docs mix hex.publish` and **make sure the checksum file is present**
1617
in the list of files to be published.
1718

1819
It's important to ensure that we publish the checksum file with the

0 commit comments

Comments
 (0)