summaryrefslogtreecommitdiff
path: root/wiki
diff options
context:
space:
mode:
Diffstat (limited to 'wiki')
-rw-r--r--wiki/Releasing.wiki4
1 files changed, 2 insertions, 2 deletions
diff --git a/wiki/Releasing.wiki b/wiki/Releasing.wiki
index 874814b..c730a79 100644
--- a/wiki/Releasing.wiki
+++ b/wiki/Releasing.wiki
@@ -15,6 +15,6 @@ If preparing for a micro release, first switch your client to the release branch
# Tag the version: `svn copy -m'Tagging 1.0.0 release' https://ipaddr-py.googlecode.com/svn/branches/1.0.x https://ipaddr-py.googlecode.com/svn/tags/1.0.0`
# Write ReleaseNotes in the wiki.
# Prepare tarball: `./setup.py sdist`. It will appear in `./dist`.
- # Create a [http://code.google.com/p/ipaddr-py/downloads/entry new download] on Google Code.
- # Label the release `Featured` and remove that tag from the previous release. Files with this label will appear on the project front page in a green box.
+ # Create a [http://code.google.com/p/ipaddr-py/downloads/entry new download] on Google Code. Use the labels `Featured`, `Type-Source`, and `OpSys-All`.
+ # Remove the `Featured` label from the previous release. Files with this label will appear on the project front page in a green box.
# Make an announcement to ipaddr-py-dev@googlegroups.com and (if an a.b.0 release) to Freshmeat. Be sure to mention notable changes. \ No newline at end of file