Skip to content

Commit

Permalink
Use canary_channel instead of canary-channel
Browse files Browse the repository at this point in the history
  • Loading branch information
kenodegard committed Dec 2, 2024
1 parent ca3f381 commit 04646da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ conda/infrastructure:
# - src: templates/releases/RELEASE.md
# dst: RELEASE.md
# with:
# canary-channel: https://anaconda.org/conda-canary
# canary_channel: https://anaconda.org/conda-canary
# # CalVer placeholders
# placeholder: YY.M.PATCH
# placeholder_x: YY.M.x
Expand Down
2 changes: 1 addition & 1 deletion templates/releases/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Let various interested parties know about the upcoming release; at minimum, cond

### Canary Builds for Manual Testing

Once the release PRs are filed, successful canary builds will be available on `[[ canary-channel ]]/[[ repo.name ]]/files?channel=rc-[[ repo.name ]]-[[ placeholder_x ]]` for manual testing.
Once the release PRs are filed, successful canary builds will be available on `[[ canary_channel ]]/[[ repo.name ]]/files?channel=rc-[[ repo.name ]]-[[ placeholder_x ]]` for manual testing.

> [!NOTE]
> You do not need to apply the `build::review` label for release PRs; every commit to the release branch builds and uploads canary builds to the respective `rc-` label.
Expand Down

0 comments on commit 04646da

Please sign in to comment.