/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to doc/developers/releasing.txt

  • Committer: Jelmer Vernooij
  • Date: 2019-06-22 11:51:56 UTC
  • mfrom: (7356 work)
  • mto: This revision was merged to the branch mainline in revision 7358.
  • Revision ID: jelmer@jelmer.uk-20190622115156-20uwy6b97g94bbv1
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
182
182
The process for releasing an alpha release is therefore:
183
183
- upload a tarball to launchpad,
184
184
- upload a tarball to pypi,
185
 
- mail bazaar@lists.canonical.com,
 
185
- mail bazaar@lists.ubuntu.com,
186
186
- post an announcement on the home page.  
187
187
 
188
188
Uploading tarballs are described below, just use alpha versions (3, 0, 0,
485
485
Announcing the source freeze
486
486
----------------------------
487
487
 
488
 
#. Post to the ``bazaar@lists.canonical.com`` list, saying that the source
489
 
   has been frozen. Be extra clear that this is only a *source* release
490
 
   targeted at packagers and installer builders (see
 
488
#. Post to the ``bazaar@lists.ubuntu.com`` list and
 
489
   ``breezy-vcs@googlegroups.com`` , saying that the source has been
 
490
   frozen. Be extra clear that this is only a *source* release targeted at
 
491
   packagers and installer builders (see
491
492
   <https://bugs.launchpad.net/launchpad/+bug/645084>).  This is the cue for
492
493
   platform maintainers and plugin authors to update their code.  This is
493
494
   done before the general public announcement of the release.
542
543
 
543
544
#. Make an announcement mail.
544
545
 
545
 
   For beta releases, this is sent to the ``bazaar@lists.canonical.com`` and
546
 
   ``bazaar-announce@lists.canonical.com`` lists.
 
546
   For beta releases, this is sent to the ``bazaar@lists.ubuntu.com`` and
 
547
   ``bazaar-announce@lists.ubuntu.com`` lists.
547
548
 
548
549
   For stable releases (excluding SRUs which are for older stable releases),
549
550
   it should also be cc'd to ``info-gnu@gnu.org``,
550
551
   ``python-announce-list@python.org``, ``bug-directory@gnu.org``.
551
552
 
552
 
   In all cases, it is good to set ``Reply-To: bazaar@lists.canonical.com``,
 
553
   In all cases, it is good to set ``Reply-To: bazaar@lists.ubuntu.com``,
553
554
   so that people who reply to the announcement don't spam other lists.
554
555
 
555
556
   The announce mail will look something like this::
622
623
   To be able to upload the release you must create an account on
623
624
   <http://pypi.python.org/pypi> and have one of the existing owners of the
624
625
   project add you to the group and update your ``[pypi]`` section in your
625
 
   ``~/pypirc`` file.
 
626
   ``~/.pypirc`` file.
626
627
 
627
628
 
628
629
Merging the released code back to trunk