Skip to content

Commit

Permalink
docs: upgrade the docs to rely on bwa-aln-interactive in bioconda
Browse files Browse the repository at this point in the history
  • Loading branch information
clintval committed Sep 20, 2024
1 parent 2aabb82 commit 54e033b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Expand All @@ -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
Expand Down

0 comments on commit 54e033b

Please sign in to comment.