File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments