diff options
author | Dave Andreoli <dave@gurumeditation.it> | 2014-12-25 13:15:23 +0100 |
---|---|---|
committer | Dave Andreoli <dave@gurumeditation.it> | 2014-12-25 13:15:23 +0100 |
commit | d6ab0de2dda73b338e39bb823e99b5e8b100f4bd (patch) | |
tree | 855d032c9d54cbc6cf1e60aa8e4d3bd86e7e1eaf /CODING | |
parent | 19ecb703a56b2d6c293c96576981b34d1c1d422d (diff) |
Better docs for available Genlist item styles
Diffstat (limited to 'CODING')
-rw-r--r-- | CODING | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -60,15 +60,15 @@ Release process instructions | |||
60 | release announcement for phame/ml. | 60 | release announcement for phame/ml. |
61 | 61 | ||
62 | * ssh to download.enlightenment.org and mv tarballs & md5sums to: | 62 | * ssh to download.enlightenment.org and mv tarballs & md5sums to: |
63 | /srv/web/download.enlightenment.org/public_html/rel/bindings/python | 63 | /srv/web/download.enlightenment.org/public_html/rel/bindings/python |
64 | * Upload to pypi | 64 | * Upload the .tar.gz archive to pypi |
65 | * Create and push the tag for the release | 65 | * Create and push the tag for the release |
66 | git tag -a v1.9.0 && git push origin v1.9.0 | 66 | git tag -a v1.9.0 && git push origin v1.9.0 |
67 | * Create and push the branch for stable backporting | 67 | * Create and push the branch for stable backporting |
68 | git branch python-efl-1.9 && git push origin python-efl-1.9 | 68 | git branch python-efl-1.9 && git push origin python-efl-1.9 |
69 | * Publish the blog post on phame (Official Announcements) | 69 | * Publish the blog post on phame (Official Announcements) |
70 | * Announce the release to release@lists.enlightenment.org | 70 | * Announce the release to release@lists.enlightenment.org |
71 | (an alias for e-announce etc.) | 71 | (an alias for e-announce etc.) |
72 | * Update download link on website (clone website/www.git, edit, commit, push) | 72 | * Update download link on website (clone website/www.git, edit, commit, push) |
73 | * Change versions again in efl/__init__.py (ex: 1.9.99) | 73 | * Change versions again in efl/__init__.py (ex: 1.9.99) |
74 | 74 | ||