Skip to content

Commit 6a55ad6

Browse files
Fix typo in release process documentation (#120)
1 parent cc2411f commit 6a55ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/schemas/file/dev_release_file.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Release process
7777
"""""""""""""""
7878

7979
- Merge ``dev`` branch into ``master`` branch.
80-
- Tag commit in the ``master`` branch, and publis a repease from code on this branch.
80+
- Tag commit in the ``master`` branch, and publish a release from code on this branch.
8181
- Checkout back to ``dev`` branch
8282
- Save next release version (e.g. ``1.2.0``) in ``VERSION`` or ``VERSION.txt`` file in the ``dev`` branch.
8383
- 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

Comments
 (0)