/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-07-05 12:50:01 UTC
  • mfrom: (7490.40.46 work)
  • mto: (7490.40.48 work)
  • mto: This revision was merged to the branch mainline in revision 7519.
  • Revision ID: jelmer@jelmer.uk-20200705125001-7s3vo0p55szbbws7
Merge lp:brz/3.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
#. Start a new release-notes file::
106
106
 
107
107
       cd doc/en/release-notes
108
 
       brz cp series-template.txt brz-x.y.txt  # e.g. brz-3.1.txt
 
108
       cp series-template.txt brz-x.y.txt  # e.g. brz-3.1.txt
 
109
       brz add brz-3.1.txt
109
110
 
110
111
#. Start a new whats-new file::
111
112
 
112
113
       cd doc/en/whats-new
113
 
       brz cp template.txt brz-x.y.txt  # e.g. brz-3.1.txt
 
114
       cp template.txt brz-x.y.txt  # e.g. brz-3.1.txt
 
115
       brz add brz-x.y.txt
114
116
 
115
117
#. Update ``doc/en/index.txt`` to point to the new whats-new file.
116
118
 
127
129
 
128
130
#. Make a local branch to prepare the release::
129
131
 
130
 
       brz branch lp:brz/x.y x.y-dev
 
132
        brz branch lp:brz/x.y x.y-dev
131
133
 
132
134
   If you're doing your first beta release, branch from trunk::
133
135