~facundo/magicicada-gui/log-exceptions

« back to all changes in this revision

Viewing changes to README.txt

  • Committer: natalia.bidart at canonical
  • Author(s): statik
  • Date: 2010-06-12 19:50:56 UTC
  • mfrom: (43.1.1 trunk)
  • Revision ID: natalia.bidart@canonical.com-20100612195056-hljqrknpje44tj45
Bump the version in setup.py for the release and add some notes to the readme about how to do a release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
This is Magicicada!
2
2
 
3
3
A GTK+ frontend for the "Chicharra" part of Ubuntu One client.
 
4
 
 
5
-----------
 
6
HOWTO do a source release:
 
7
 
 
8
 * edit setup.py and increment the version number.
 
9
 * 'python setup.py sdist'
 
10
 * look at the contents of the tarball created in dist/ to be sure they are ok
 
11
 * sign the tarball by a command like:
 
12
     gpg -a --detach-sign magicicada-0.2.tar.gz
 
13
     this should create a file like magicicada-0.2.tar.gz.asc
 
14
 * Upload the new release to launchpad with a command like:
 
15
     lp-upload-project magicicada 0.2 magicicada-0.2.tar.gz
 
16
 * Announce the release, ping someone to build updated packages for the PPA and Ubuntu.