/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: 2020-02-14 00:03:37 UTC
  • mto: This revision was merged to the branch mainline in revision 7491.
  • Revision ID: jelmer@jelmer.uk-20200214000337-atq765xgh9487omx
Start on 3.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
Differences in the release process between beta and stable release will be
54
54
mentioned when needed.
55
55
 
56
 
When do we relase ?
57
 
===================
 
56
When do we release ?
 
57
====================
58
58
 
59
59
As of September 2018, we maintain a single series: 3.0.
60
60
 
105
105
#. Start a new release-notes file::
106
106
 
107
107
       cd doc/en/release-notes
108
 
       cp series-template.txt brz-x.y.txt  # e.g. brz-3.1.txt
109
 
       brz add brz-3.1.txt
 
108
       brz cp series-template.txt brz-x.y.txt  # e.g. brz-3.1.txt
110
109
 
111
110
#. Start a new whats-new file::
112
111
 
113
112
       cd doc/en/whats-new
114
 
       cp template.txt brz-x.y.txt  # e.g. brz-3.1.txt
115
 
       brz add brz-x.y.txt
 
113
       brz cp template.txt brz-x.y.txt  # e.g. brz-3.1.txt
116
114
 
117
115
#. Update ``doc/en/index.txt`` to point to the new whats-new file.
118
116
 
129
127
 
130
128
#. Make a local branch to prepare the release::
131
129
 
132
 
        brz branch lp:brz/x.y x.y-dev
 
130
       brz branch lp:brz/x.y x.y-dev
133
131
 
134
132
   If you're doing your first beta release, branch from trunk::
135
133