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 8047b40 commit 8d2a66cCopy full SHA for 8d2a66c
BUILD.rst
@@ -205,11 +205,11 @@ Post actions
205
2. Set dev version based on the previous version::
206
207
invoke set-version dev
208
- git commit -m "Back to dev version" src/Srobotremoteserver.py
+ git commit -m "Back to dev version" src/robotremoteserver.py
209
git push
210
211
- For example, ``3.2.1`` is changed to ``3.2.2.dev`` with the current date
212
- appended.
+ For example, ``1.2.3`` is changed to ``1.2.4.dev1`` and ``2.0.1a1``
+ to ``2.0.1a2.dev1``.
213
214
3. Close the `issue tracker milestone
215
<https://github.com/robotframework/PythonRemoteServer/milestones>`_.
0 commit comments