From 54e033b1e01c0b85df61d39df8dbd3155069f871 Mon Sep 17 00:00:00 2001 From: clintval Date: Thu, 19 Sep 2024 18:29:10 -0700 Subject: [PATCH] docs: upgrade the docs to rely on bwa-aln-interactive in bioconda --- docs/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 4e0e612..dc92613 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -65,7 +65,7 @@ poetry run mkdocs build && poetry run mkdocs serve 4. Commit the version bump changes with a Git commit message like `chore(release): bump to #.#.#` 5. Push the commit to the upstream remote, open a PR, ensure tests pass, and seek reviews 6. Squash merge the PR -7. Tag the new commit on the main branch of the repository with the new SemVer +7. Tag the new commit on the main branch of the origin repository with the new SemVer > [!NOTE] > This project follows [Semantic Versioning](https://semver.org/). @@ -79,7 +79,7 @@ GitHub Actions will take care of the remainder of the deployment and release pro 1. Unit tests will be run for safety-sake 2. A source distribution will be built -3. Many multi-arch multi-Python binary distributions will be built +3. Multi-arch multi-Python binary distributions will be built 4. Assets will be deployed to PyPi with the new SemVer 5. A [Conventional Commit](https://www.conventionalcommits.org/en/v1.0.0/)-aware changelog will be drafted 6. A GitHub release will be created with the new SemVer and the drafted changelog