@@ -28,7 +28,8 @@ Features
28
28
- Uncompromising code formatting with Black _.
29
29
- pytest _ helps you write better programs.
30
30
- 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 `__.
32
33
- `Keep a CHANGELOG `_.
33
34
- Consistent coding with EditorConfig _.
34
35
- Badges from Shields.io _.
@@ -37,13 +38,14 @@ Features
37
38
.. _Black : https://black.readthedocs.io/en/stable/
38
39
.. _Codecov : https://codecov.io/
39
40
.. _EditorConfig : https://editorconfig.org/
40
- .. __ : https://github.com/features/actions
41
41
.. _GitHub Codespaces : https://github.com/features/codespaces
42
42
.. _Keep a CHANGELOG : https://keepachangelog.com/
43
43
.. _PyPI : https://pypi.python.org/pypi
44
44
.. _Pylint : https://www.pylint.org/
45
45
.. _Shields.io : https://shields.io/
46
+ .. __ : https://github.com/features/actions
46
47
.. _pytest : https://docs.pytest.org/
48
+ .. _semantic-release : https://semantic-release.gitbook.io/semantic-release/
47
49
48
50
Bootstrapping a New Project
49
51
~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -236,7 +238,7 @@ These must be set manually.
236
238
Secrets for Optional GitHub Actions
237
239
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
238
240
239
- The version, format, and generate GitHub actions
241
+ The version, format, generate, and semantic-release GitHub actions
240
242
require a user with write access to the repository
241
243
including access to read and write packages.
242
244
Set these additional secrets to enable the action:
0 commit comments