Skip to content

Commit a1a5a48

Browse files
changed howto release doc
1 parent d35ab57 commit a1a5a48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/user_guide/how_to_release.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Creating a Release
1414

1515
.. code-block:: shell
1616
17-
nox -s release:prepare -- <major>.<minor>.<patch>
17+
nox -s release:prepare -- "${TAG}"
1818
1919
#. Merge your **Pull Request** to the **default branch**
2020
#. Switch to the **default branch**:
@@ -55,13 +55,13 @@ The release failed during pre-release checks
5555

5656
.. code-block:: shell
5757
58-
git tag -d x.y.z
58+
git tag -d "${TAG}"
5959
6060
#. Delete the remote tag
6161

6262
.. code-block:: shell
6363
64-
git push --delete origin x.y.z
64+
git push --delete origin "${TAG}"
6565
6666
#. Fix the issue(s) which lead to the failing checks
6767
#. Start the release process from the beginning

0 commit comments

Comments
 (0)