Open main menu

Difference between revisions of "HOWTO-Release"

71 bytes removed ,  19:44, 28 August 2021
→‎Branching for major release: Update instructions for the user manual
(Update Buildbot instructions)
(→‎Branching for major release: Update instructions for the user manual)
Line 42: Line 42:
** Update the code on the server and reload the buildbot as described [[Buildbot#Administration_on_server|here]]
** Update the code on the server and reload the buildbot as described [[Buildbot#Administration_on_server|here]]
** Login on Buildbot, force a build of fetch-stable with cleaning to make sure latest Git is downloaded.
** Login on Buildbot, force a build of fetch-stable with cleaning to make sure latest Git is downloaded.
* User Manual
** Add new version in ReadTheDocs
** Edit <code>_manualversion</code> in <code>configure</code> in the branch to use that version by default, and commit.
* Communication
* Communication
** Update IRC and Discord channel description
** Update IRC and Discord channel description
Line 174: Line 171:
** <code>git tag -m "Mark 1.7.1pre" desc/1.7.1pre</code>
** <code>git tag -m "Mark 1.7.1pre" desc/1.7.1pre</code>
** <code>git push origin tag desc/1.7.1pre branch-1-7:branch-1-7</code>
** <code>git push origin tag desc/1.7.1pre branch-1-7:branch-1-7</code>
*Add this doc to the Read The Doc admin settings to generate the documentation for this version.


=== Creating source tarballs ===
=== Creating source tarballs ===
TrustedUser
2,147

edits