We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c8276f commit e723f2dCopy full SHA for e723f2d
RELEASE_INFO
@@ -5,8 +5,10 @@
5
- Build newest english JS translations (django-admin.py makemessages -l en -d djangojs)
6
- Pull translations (tx pull -f -a)
7
- Compile translations (django-admin.py compilemessages)
8
+- Make sure css files are compiled from latest sass source (gulp sass)
9
+- Make sure js files are bundled and minified propery from latest source (gulp bundle)
10
- Check CHANGELOG that all closed PRs are present.
-- Prepare blog post, including "Release" tag
11
+- Prepare blog post, including "Release" tag
12
- update AUTHORS file (python develop.py authors)
13
- Make a release commit
14
- Tag release commit
0 commit comments