We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bffc81e commit 24b7673Copy full SHA for 24b7673
docs/index.rst
@@ -28,14 +28,14 @@ your project, for example ``setup.py``::
28
)
29
30
Python Semantic Release is configured using ``setup.cfg`` or ``pyproject.toml``.
31
-Set :ref:`config-version_variable` to the location of your version variable inside any Python file::
+Set :ref:`config-version_variable` to the location of your version variable inside any Python file:
32
33
-``setup.cfg``:
+``setup.cfg``::
34
35
[semantic_release]
36
version_variable = setup.py:__version__
37
38
-``pyproject.toml``:
+``pyproject.toml``::
39
40
[tool.semantic_release]
41
version_variable = "setup.py:__version__"
0 commit comments