forked from mbr/flask-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |