Merge lp:~statik/configglue/release-howto into lp:configglue

Proposed by Elliot Murphy
Status: Merged
Approved by: Rick McBride
Approved revision: 29
Merged at revision: 29
Proposed branch: lp:~statik/configglue/release-howto
Merge into: lp:configglue
Diff against target: 19 lines (+12/-0)
1 file modified
TODO (+12/-0)
To merge this branch: bzr merge lp:~statik/configglue/release-howto
Reviewer Review Type Date Requested Status
Rick McBride (community) Approve
dobey Approve
Review via email: mp+32385@code.launchpad.net

Description of the change

Here, have some notes.

To post a comment you must log in.
Revision history for this message
dobey (dobey) :
review: Approve
Revision history for this message
Rick McBride (rmcbride) wrote :

Yo dawg. I heard you like notes, so I read the notes in the notes so you can release your release.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'TODO'
--- TODO 2009-03-19 20:01:36 +0000
+++ TODO 2010-08-11 21:11:47 +0000
@@ -5,3 +5,15 @@
55
6* rework configglue to read the configuration more like optparse, with6* rework configglue to read the configuration more like optparse, with
7 a --dump option to produce the ini-style config file7 a --dump option to produce the ini-style config file
8
9HOWTO do a release:
10
11 * edit setup.py and set the correct version number
12 * verify that setup.py sdist generates a tarball and you are completely confident
13 that all the contents of the tarball are correct (any new files are there, etc.)
14 * run python setup.py sdist register upload, you will be prompted to login to pypi
15 and the new release is registered and uploaded.
16 * To also upload to launchpad:
17 - manage-credentials create -c ubuntu-dev-tools -l 2 (only if you don't have this already)
18 - lp-project-upload configglue 0.9pre1 configglue-0.9pre1.tar.gz (substituting correct versions)
19 * Prepare a new ubuntu package from the tarball.

Subscribers

People subscribed via source and target branches