We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc2411f commit 6a55ad6Copy full SHA for 6a55ad6
docs/schemas/file/dev_release_file.rst
@@ -77,7 +77,7 @@ Release process
77
"""""""""""""""
78
79
- Merge ``dev`` branch into ``master`` branch.
80
-- 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.
81
- Checkout back to ``dev`` branch
82
- Save next release version (e.g. ``1.2.0``) in ``VERSION`` or ``VERSION.txt`` file in the ``dev`` branch.
83
- Next commits to a ``dev`` branch will lead to returning this next release version plus dev suffix, like ``1.2.0.dev1`` or so.
0 commit comments