Skip to content

Commit 2bc95d4

Browse files
committed
Fix formatting mistakes in BUILD.rest
1 parent 824f8fc commit 2bc95d4

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

BUILD.rest

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,9 @@ Releasing
9898
* Release early and often!
9999
* **Consider making a preview release** - this will give you possibility to test the new release with friendly real users
100100
* Manually test run RIDE in windows, linux and OSX
101-
* Following steps are needed for a final release. Updating release notes plugin is optional for pre-releases
102101
* Primary distribution channel is PyPi.
102+
* Following steps are needed for a final release. Updating release notes plugin is optional for pre-releases::
103103

104-
::
105104
> paver test
106105
> paver set_version 1.xx
107106
> paver register
@@ -110,13 +109,12 @@ Releasing
110109
> git commit -am 'Version 1.xx'
111110
> git tag 1.xx
112111
> git push --tags
113-
::
112+
114113

115-
* For final releases, create Windows installer with following command and upload it to GitHub
114+
* For final releases, create Windows installer with following command and upload it to GitHub::
116115

117-
::
118116
> paver bdist_wininst
119-
::
117+
120118

121119
* Announce on usergroup, robot homepage, and twitter
122120

0 commit comments

Comments
 (0)