diff --git a/.github/sync/RELEASE.md b/.github/sync/RELEASE.md index 90745ad6..7ce70d17 100644 --- a/.github/sync/RELEASE.md +++ b/.github/sync/RELEASE.md @@ -381,7 +381,8 @@ To publish the release, go to the project's release page (e.g., https://github.c ## 9. Open PRs to bump [Anaconda Recipes][Anaconda Recipes] and [conda-forge][conda-forge] feedstocks to use `YY.M.0`. > **Note** -> Conda-forge's PRs will be auto-created via the `regro-cf-autotick-bot`. If any changes need to be made to the recipe that were not automatically added, create a PR to push additional changes to the auto-generated PR. +> Conda-forge's PRs will be auto-created via the `regro-cf-autotick-bot`. If any changes need to be made to the recipe that were not automatically added, create a new branch based off of autotick's branch (autotick's branches usually use the `regro-cf-autotick-bot:XX.YY.0_[short hash]` syntax), add any changes via commits to that new branch, and then open a new PR (`regro-cf-autotick-bot` will close the auto-created PR once the new PR is merged). + ## 10. Hand off to Anaconda's packaging team.