Skip to content

Commit e723f2d

Browse files
committed
add css/js step to release checklist
1 parent 1c8276f commit e723f2d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

RELEASE_INFO

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@
55
- Build newest english JS translations (django-admin.py makemessages -l en -d djangojs)
66
- Pull translations (tx pull -f -a)
77
- 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)
810
- Check CHANGELOG that all closed PRs are present.
9-
- Prepare blog post, including "Release" tag
11+
- Prepare blog post, including "Release" tag
1012
- update AUTHORS file (python develop.py authors)
1113
- Make a release commit
1214
- Tag release commit

0 commit comments

Comments
 (0)