Skip to content

Commit

Permalink
Added DEVELOPMENT notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbr committed Jan 6, 2013
1 parent 40a82e7 commit 716cf2c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions DEVELOPMENT
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
On new upstream release:
========================
1. Unzip new files
2. Edit setup.py version
3. Change CDN URL in __init__.py
4. Download new "no-icons" css file
5. Check using example app.

Releasing
=========
1. Create new release branch
2. Change version number in setup.py
3. Tag
4. sdist upload -s -i code
5. checkout master
6. change version number to +1-dev
7. delete branch
8. push master and version

0 comments on commit 716cf2c

Please sign in to comment.