Skip to content

Commit 8d2a66c

Browse files
committed
Few fixes to BUILD
1 parent 8047b40 commit 8d2a66c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

BUILD.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,11 +205,11 @@ Post actions
205205
2. Set dev version based on the previous version::
206206

207207
invoke set-version dev
208-
git commit -m "Back to dev version" src/Srobotremoteserver.py
208+
git commit -m "Back to dev version" src/robotremoteserver.py
209209
git push
210210

211-
For example, ``3.2.1`` is changed to ``3.2.2.dev`` with the current date
212-
appended.
211+
For example, ``1.2.3`` is changed to ``1.2.4.dev1`` and ``2.0.1a1``
212+
to ``2.0.1a2.dev1``.
213213

214214
3. Close the `issue tracker milestone
215215
<https://github.com/robotframework/PythonRemoteServer/milestones>`_.

0 commit comments

Comments
 (0)