Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update release docs #1116

Merged
merged 1 commit into from
Dec 20, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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