@@ -28,7 +28,8 @@ Features
2828- Uncompromising code formatting with Black _.
2929- pytest _ helps you write better programs.
3030- Code coverage reporting with Codecov _.
31- - Continuous testing and deployment with `GitHub Actions `__.
31+ - Fully automated version management and package publishing with semantic-release _.
32+ - Continuous checks and tests with `GitHub Actions `__.
3233- `Keep a CHANGELOG `_.
3334- Consistent coding with EditorConfig _.
3435- Badges from Shields.io _.
@@ -37,13 +38,14 @@ Features
3738.. _Black : https://black.readthedocs.io/en/stable/
3839.. _Codecov : https://codecov.io/
3940.. _EditorConfig : https://editorconfig.org/
40- .. __ : https://github.com/features/actions
4141.. _GitHub Codespaces : https://github.com/features/codespaces
4242.. _Keep a CHANGELOG : https://keepachangelog.com/
4343.. _PyPI : https://pypi.python.org/pypi
4444.. _Pylint : https://www.pylint.org/
4545.. _Shields.io : https://shields.io/
46+ .. __ : https://github.com/features/actions
4647.. _pytest : https://docs.pytest.org/
48+ .. _semantic-release : https://semantic-release.gitbook.io/semantic-release/
4749
4850Bootstrapping a New Project
4951~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -236,7 +238,7 @@ These must be set manually.
236238Secrets for Optional GitHub Actions
237239~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
238240
239- The version, format, and generate GitHub actions
241+ The version, format, generate, and semantic-release GitHub actions
240242require a user with write access to the repository
241243including access to read and write packages.
242244Set these additional secrets to enable the action:
0 commit comments