~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/releasing.txt

  • Committer: Martin Pool
  • Date: 2008-10-20 08:09:33 UTC
  • mto: This revision was merged to the branch mainline in revision 3787.
  • Revision ID: mbp@sourcefrog.net-20081020080933-xba7zw9ffozm6brl
Build zip file from 'make dist' and document this; also tweak standard announcement mail

Show diffs side-by-side

added added

removed removed

Lines of Context:
161
161
  
162
162
     make dist
163
163
 
 
164
   This also makes a zip file, which is easier to access on Microsoft
 
165
   Windows.
 
166
 
164
167
#. Now we'll try expanding this tarball and running the test suite
165
168
   to check for packaging problems::
166
169
 
177
180
   series, to take you to e.g. <https://launchpad.net/bzr/1.1>.  Then
178
181
   click "Register a release", and add information about this release.
179
182
 
180
 
#. Within that release, upload the source tarball and the GPG signature.
181
 
   Or, if you prefer, use the ``tools/packaging/lp-upload-release`` script
182
 
   to do this.
 
183
#. Within that release, upload the source tarball and zipfile and the GPG
 
184
   signature.  Or, if you prefer, use the
 
185
   ``tools/packaging/lp-upload-release`` script to do this.
183
186
 
184
187
#. Link from http://bazaar-vcs.org/Download to the tarball and signature.
185
188
 
205
208
    | 
206
209
    | INTRO HERE. Mention the release number and date, and why the release. (i.e. release candidate for testing, final release of a version, backport/bugfix etc).
207
210
    | 
208
 
    | Tarballs:
209
 
    | http://bazaar-vcs.org/releases/src/bzr-VERSION.tar.gz
210
 
    | and GPG signature:
211
 
    | http://bazaar-vcs.org/releases/src/bzr-VERSION.tar.gz.sig
 
211
    | Source code is available now, and installers will soon be available
 
212
    | from <http://bazaar-vcs.org/Download>
212
213
    | 
213
214
    | DESCRIBE-CHANGES-IN-OVERVIEW-HERE
214
215
    |