We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a295a11 commit b58ac2fCopy full SHA for b58ac2f
RELEASE.txt
@@ -14,10 +14,14 @@ Roundup release checklist:
14
in the locale directory. Run:
15
16
cd locale
17
- make template
18
- make *.po
+ make merge
19
cd ..
20
+ 'make merge' will remake template if the source and html files are
21
+ out of date. 'make template' will regenerate roundup.pot. Touch
22
+ any .py file in the roundup/ directory to force 'make template'
23
+ to run.
24
+
25
2. Run unit tests! They should pass successfully. Install pytest
26
using pip2/pip3 for python2 and python3. Then invoke pytest
27
using both python versions from the top of the roundup tree:
0 commit comments