forked from hexdump42/isapi-wsgi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRELEASE.txt
More file actions
21 lines (14 loc) · 724 Bytes
/
RELEASE.txt
File metadata and controls
21 lines (14 loc) · 724 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Building a Release
==================
1. Update CHANGES.txt, README.txt and ABOUT.txt with release number and
check in.
2. Update ChangesByVersion (http://code.google.com/p/isapi-wsgi/wiki/ChangesByVersion)
and if required the CreditsAndThanks (http://code.google.com/p/isapi-wsgi/wiki/CreditsAndThanks)
documents on Google code wiki.
3. Create a tag isapi_wsgi-N.N on the subversion repository where N.N is the
release number.
4. Export from subversion using the release tag and create a distribution
using distutils::
python setup.py egg_info -RDb "" sdist bdist_wininst bdist_egg
5. Test the installers.
6. Upload to Google Code site.