From 13b532673a0aa4a7e7be35effda5ca7bcd981fcb Mon Sep 17 00:00:00 2001 From: Benjamin Rodenberg Date: Thu, 13 Nov 2025 10:39:06 +0100 Subject: [PATCH] Fix typo in release process documentation --- docs/schemas/file/dev_release_file.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/schemas/file/dev_release_file.rst b/docs/schemas/file/dev_release_file.rst index a37800f..e861d82 100644 --- a/docs/schemas/file/dev_release_file.rst +++ b/docs/schemas/file/dev_release_file.rst @@ -77,7 +77,7 @@ Release process """"""""""""""" - Merge ``dev`` branch into ``master`` branch. -- Tag commit in the ``master`` branch, and publis a repease from code on this branch. +- Tag commit in the ``master`` branch, and publish a release from code on this branch. - Checkout back to ``dev`` branch - Save next release version (e.g. ``1.2.0``) in ``VERSION`` or ``VERSION.txt`` file in the ``dev`` branch. - Next commits to a ``dev`` branch will lead to returning this next release version plus dev suffix, like ``1.2.0.dev1`` or so.