|
1 |
| -Instructions for building and uploading Vienna binaries to Github, Sourceforge and Bintray. |
| 1 | +Instructions for building and uploading Vienna binaries to Github and Sourceforge. |
2 | 2 |
|
3 | 3 | ## One time setup step: ##
|
4 | 4 |
|
@@ -101,24 +101,17 @@ There are two distinct ways to get the different files needed to publish an upda
|
101 | 101 | ### On Github:
|
102 | 102 |
|
103 | 103 | 1. Go to Vienna's releases page on Github : <https://github.com/ViennaRSS/vienna-rss/releases>
|
104 |
| - 2. Choose "Draft a new release", type the tag name (`v/3.3.0_beta4`), a description ("Vienna 3.3.0 Beta 4"). Upload the `Vienna3.3.0_beta4.tar.gz` file. |
105 |
| - 3. For beta and release candidates, check the "This is a prerelease" box. |
106 |
| - 4. Click the "Publish" button. |
107 |
| - 5. Verify the uploaded file: download it, uncompress it and check that it runs OK. |
108 |
| - |
109 |
| -### On Bintray.com: |
110 |
| - |
111 |
| - 6. Sign in and go to <https://bintray.com/viennarss/vienna-rss/vienna-rss/view> |
112 |
| - 7. Choose "New version". |
113 |
| - 8. Fill the name ("3.3.0Beta4"), the description from the version notes, then click "Create version". Add the VCS tag (`v/3.3.0_beta4`) and update. |
114 |
| - 9. Check the version (at <https://bintray.com/viennarss/vienna-rss/vienna-rss/3.3.0Beta4>), click "Upload files" to go to <https://bintray.com/viennarss/vienna-rss/vienna-rss/3.3.0Beta4/upload> and upload the two .tar.gz files (whose name should be like `Vienna3.3.0_beta4.tar.gz` and `Vienna3.3.0_beta4.5b272a6-dSYM.tar.gz`). |
115 |
| - 10. Click "Save Changes", then click "Publish". |
116 |
| - 11. Go back to the files list (<https://bintray.com/viennarss/vienna-rss/vienna-rss/3.3.0Beta4/#files>), select the binary ("Vienna3.3.0_beta4.tar.gz") and choose "Show in download list" in the contextual menu. |
| 104 | + 2. Choose "Draft a new release", type the tag name (`v/3.3.0_beta4`), a description ("Vienna 3.3.0 Beta 4"). |
| 105 | + 3. Upload the `Vienna3.3.0_beta4.tar.gz` file. |
| 106 | + 4. Upload also the compressed dSYM file (whose nome should be something similar to `Vienna3.3.0_beta4.5b272a6-dSYM.tar.gz`) |
| 107 | + 5. For beta and release candidates, check the "This is a prerelease" box. |
| 108 | + 6. Click the "Publish" button. |
| 109 | + 7. Verify the uploaded app: download it, uncompress it and check that it runs OK. |
117 | 110 |
|
118 | 111 | ### On Sourceforge.net:
|
119 | 112 |
|
120 | 113 | 12. Check that the SourceForge Downloads page for Vienna at <https://sourceforge.net/projects/vienna-rss/files/> got the new files.
|
121 |
| - 13. For stable releases only : from the Sourceforge site, choose the ℹ️ button ("View details") of "Vienna3.3.0.tar.gz" (be careful to select the binary and not the code source file !) and set the file as default download for Mac OS X. Don't do this for beta releases! |
| 114 | + 13. For stable releases only : from the Sourceforge site, choose the ℹ️ button ("View details") of "Vienna3.3.0.tar.gz" (be careful to select the binary and not the code source file or the dSYM file!) and set the file as default download for Mac OS X. Don't do this for beta releases! |
122 | 115 |
|
123 | 116 | ### On viennarss.github.io
|
124 | 117 |
|
|
0 commit comments