Skip to content

Commit

Permalink
Merge pull request #1116 from nextstrain/update-release-docs
Browse files Browse the repository at this point in the history
Update release docs
  • Loading branch information
joverlee521 authored Dec 20, 2022
2 parents 722c355 + 0fd3e27 commit 0abb2f8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/contribute/DEV_DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,13 @@ Versions for this project, Augur, from 3.0.0 onwards aim to follow the
2. In **New version X.X.X**, provide the new version number.
3. Select **Run workflow**.
3. Ensure workflow runs successfully.
- Ensure the [docker-base CI action triggered by nextstrain-bot](https://github.com/nextstrain/docker-base/actions/workflows/ci.yml?query=branch%3Amaster+actor%3Anextstrain-bot) runs successfully.
4. Create a [new GitHub release](https://github.com/nextstrain/augur/releases/new).
1. Choose the tag for the new version number.
2. In **Release title**, provide the new version number.
3. In **Describe this release**, copy over changes for this new version from [CHANGES.md](../../CHANGES.md).
4. Ensure **Set as the latest release** is checked.
5. Publish release.
##### 4. Update on Bioconda
Expand All @@ -209,6 +216,13 @@ For versions with dependency changes:
[bioconda-recipes]: https://github.com/bioconda/bioconda-recipes/pull/34509
##### 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.
3. Manually run the [conda-base CI workflow](https://github.com/nextstrain/conda-base/actions/workflows/ci.yaml) on the `master` branch.
4. Ensure workflow runs successfully.
#### Notes
New releases are tagged in git using an "annotated" tag. If the git option
Expand Down

0 comments on commit 0abb2f8

Please sign in to comment.