diff options
author | Dave Andreoli <dave@gurumeditation.it> | 2014-11-22 16:52:46 +0100 |
---|---|---|
committer | Dave Andreoli <dave@gurumeditation.it> | 2014-11-22 16:52:46 +0100 |
commit | b6ca4649a64563c56e32ae1b6d4616ee2cac87ee (patch) | |
tree | e6ceff6e3490e2226f5503572d3dece4726c3f74 /CODING | |
parent | 8ba699f89b8c5f856d57841710d301de9c7589e8 (diff) |
Roll-up the 1.12 releasev1.12.0
Diffstat (limited to 'CODING')
-rw-r--r-- | CODING | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -46,8 +46,7 @@ Release process instructions | |||
46 | 46 | ||
47 | * Announce at enlightenment-release@lists.sourceforge.net that you are planning | 47 | * Announce at enlightenment-release@lists.sourceforge.net that you are planning |
48 | for the release | 48 | for the release |
49 | * Change versions in the top part of setup.py (ex: 1.9 and 1.9.0) | 49 | * Change versions in efl/__init__.py (ex: 1.9.0) |
50 | * Raise efl/elm min requirements | ||
51 | * Update README.rst | 50 | * Update README.rst |
52 | * Update the changes.html file | 51 | * Update the changes.html file |
53 | setup.py build_doc -b changes ...and manually merge | 52 | setup.py build_doc -b changes ...and manually merge |
@@ -71,8 +70,7 @@ Release process instructions | |||
71 | * Announce the release to release@lists.enlightenment.org | 70 | * Announce the release to release@lists.enlightenment.org |
72 | (an alias for e-announce etc.) | 71 | (an alias for e-announce etc.) |
73 | * 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) |
74 | * Change versions again in setup.py (ex: 1.10 and 1.9.99) | 73 | * Change versions again in efl/__init__.py (ex: 1.9.99) |
75 | * Raise efl and elementary requirements in setup.py (to 1.9.99) | ||
76 | 74 | ||
77 | more info at: | 75 | more info at: |
78 | phab.enlightenment.org/w/release_procedure/ | 76 | phab.enlightenment.org/w/release_procedure/ |