From 2ec73cd5a10257e38b7c39be7829ea486a31cf4b Mon Sep 17 00:00:00 2001 From: Victor Lin <13424970+victorlin@users.noreply.github.com> Date: Fri, 22 Sep 2023 10:30:17 -0700 Subject: [PATCH] Update conda-base release steps Add a link to Augur's bioconda page as a way to check if the new version is available. --- docs/contribute/DEV_DOCS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contribute/DEV_DOCS.md b/docs/contribute/DEV_DOCS.md index b213831bd..befe86e86 100644 --- a/docs/contribute/DEV_DOCS.md +++ b/docs/contribute/DEV_DOCS.md @@ -212,7 +212,7 @@ If there are changes to the Python version or dependency list: ##### 5. Build/Release Nextstrain/conda-base 1. Wait for the bioconda-recipe PR to be merged. -2. Wait for the new version of Augur to be available in on bioconda. +2. Wait for the new version of Augur to be available [on bioconda](https://anaconda.org/bioconda/augur). 3. Manually run the [conda-base CI workflow](https://github.com/nextstrain/conda-base/actions/workflows/ci.yaml) on the `main` branch. 4. Ensure workflow runs successfully.