File tree Expand file tree Collapse file tree 1 file changed +17
-4
lines changed Expand file tree Collapse file tree 1 file changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -90,12 +90,25 @@ Translation efforts are coordinated on `Transifex
90
90
91
91
Help translate the Debug Toolbar in your language!
92
92
93
- Prior to a release, the English ``.po `` file must be updated with ``make
94
- translatable_strings ``. Once translators have updated the translations on
95
- Transifex, all ``.po `` files must be updated with ``make update_translations ``.
96
-
97
93
Mailing list
98
94
------------
99
95
100
96
This project doesn't have a mailing list at this time. If you wish to discuss
101
97
a topic, please open an issue on GitHub.
98
+
99
+ Making a release
100
+ ----------------
101
+
102
+ Prior to a release, the English ``.po `` file must be updated with ``make
103
+ translatable_strings `` and pushed to Transifex. Once translators have done
104
+ their job, ``.po `` files must be downloaded with ``make update_translations ``.
105
+
106
+ The release itself requires the following steps:
107
+
108
+ #. Bump version numbers in docs/conf.py, README.rst and setup.py and commit.
109
+ Tag the new version.
110
+
111
+ #. ``python setup.py sdist bdist_wheel upload ``. You should to test that the
112
+ packages install correctly before uploading them. (How?)
113
+
114
+ #. Push the commit and the tag.
You can’t perform that action at this time.
0 commit comments