diff options
author | Dave Andreoli <dave@gurumeditation.it> | 2017-04-21 09:25:30 +0200 |
---|---|---|
committer | Dave Andreoli <dave@gurumeditation.it> | 2017-04-21 09:25:30 +0200 |
commit | bb2a45f0132b639bd7117c9759b0d963a337cd3f (patch) | |
tree | 9d008d4bb05d74980b9362f238192f9c9d29b09c /CODING | |
parent | 8c7ad9f31ff41e88edd188aa2422385ee2977be7 (diff) |
Open up 1.20 dev cycle
Diffstat (limited to 'CODING')
-rw-r--r-- | CODING | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -104,7 +104,7 @@ Release process instructions | |||
104 | * Change versions in efl/__init__.py (ex: 1.9.0) | 104 | * Change versions in efl/__init__.py (ex: 1.9.0) |
105 | * Update the ChangeLog file: | 105 | * Update the ChangeLog file: |
106 | setup.py build_doc -b changes ...and manually merge from the html file | 106 | setup.py build_doc -b changes ...and manually merge from the html file |
107 | * Git push and wait jenkins to generate the 2 tarballs | 107 | * Git push and wait jenkins to generate the tarballs and the documentation |
108 | * Test the generated tarballs | 108 | * Test the generated tarballs |
109 | * scp tarballs & md5sums to: | 109 | * scp tarballs & md5sums to: |
110 | download.enlightenment.org:/srv/web/download.enlightenment.org/public_html/pre-releases/ | 110 | download.enlightenment.org:/srv/web/download.enlightenment.org/public_html/pre-releases/ |
@@ -123,12 +123,13 @@ Release process instructions | |||
123 | git tag -a v1.9.0 && git push origin v1.9.0 | 123 | git tag -a v1.9.0 && git push origin v1.9.0 |
124 | * Create and push the branch for stable backporting | 124 | * Create and push the branch for stable backporting |
125 | git branch python-efl-1.9 && git push origin python-efl-1.9 | 125 | git branch python-efl-1.9 && git push origin python-efl-1.9 |
126 | * scp the generated html documentation to: | 126 | * scp the jenkins generated html documentation to: |
127 | download.enlightenment.org:/srv/web/docs.enlightenment.org/public_html/python-efl/1.XX.0/ | 127 | download.enlightenment.org:/srv/web/docs.enlightenment.org/public_html/python-efl/1.XX.0/ |
128 | and update the 'current' link on the server (ssh) | 128 | and update the 'current' link on the server (ssh) |
129 | * Update download link on the wiki (www.enlightenment.org/download) | 129 | * Update download link on the wiki (www.enlightenment.org/download) |
130 | * Publish the blog post on phame (Official Announcements) | 130 | * Publish the blog post on phame (Official Announcements) |
131 | * Announce the release to release@lists.enlightenment.org | 131 | * Announce the release to release@lists.enlightenment.org and |
132 | enlightenment-release@lists.sourceforge.net | ||
132 | * Change versions again in efl/__init__.py (ex: 1.9.99) | 133 | * Change versions again in efl/__init__.py (ex: 1.9.99) |
133 | 134 | ||
134 | more info at: | 135 | more info at: |