Skip to content

Commit f648583

Browse files
committed
Add @andrewdnolan's suggestions
1 parent 23a9d44 commit f648583

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/releasing/creating-rcs/rc-dependencies.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ If a `dev` branch does not already exist:
6464
3. 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

6972
4. 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

8487
6. 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

0 commit comments

Comments
 (0)