Updating the Website
To page describes how to update the website between releases.
As part of the release process we generate and publish the website.
An (intentional) side-effect of this process is to create a branch for the release (that is, 3.2.0
).
This branch can then be used for documentation updates.
If we need to make a change:
-
make the change on
master
as normal (so that the docs will be there for the next release) -
cherry-pick the changes onto these documentation branches.
Then publish as per the main release process:
Prereqs (software and doc tooling) are summarised in Appendix: Release Prereqs.