File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,10 @@ In order to release a new version to Hex.pm we first need to:
10
10
1 . Tag main with ` git tag <version> `
11
11
1 . Push tag with ` git push origin <version> `
12
12
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 `
14
14
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**
16
17
in the list of files to be published.
17
18
18
19
It's important to ensure that we publish the checksum file with the
You can’t perform that action at this time.
0 commit comments