File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
docs/releasing/creating-rcs Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,9 @@ If a `dev` branch does not already exist:
64643 . Edit ` recipe/meta.yaml ` :
6565
6666* Update the ` version ` field to match your RC tag (e.g., ` v3.0.0rc1 ` )
67+ * Set the ` sha256 ` hash. To determine the hash, you need to download the
68+ source file on a Linux (e.g. HPC) machine and run ` sha256sum ` on it. For
69+ some reason, Macs seem to produce an incorrect hash.
6770* Update dependencies if needed (e.g., pin to RC versions of other tools)
6871
69724 . If you created the ` dev ` branch above and no previous release candidates
@@ -83,8 +86,9 @@ If a `dev` branch does not already exist:
8386
84876. Open a pull request :
8588
86- * **Source:** your fork’s RC branch
87- * **Target:** the `dev` branch on the conda-forge feedstock
89+ * **Source:** your RC branch on your fork (head repository)
90+ * **Target:** the `dev` branch on the conda-forge feedstock (base
91+ repository)
8892
8993---
9094
You can’t perform that action at this time.
0 commit comments