Release 13.12
During release
-
Push the new version which will create a Docker image with the stable version: bundle exec rake "release:single[X.Y]"
-
Edit content/_data/versions.yaml
andDockerfile.master
and rotate the versions.
Before merge
On the 22nd, before merging this MR:
-
Bump the dropdown versions for all online versions: bundle exec rake release:dropdowns
This creates all the needed merge requests.
-
Check that all of the above MRs' pipelines pass and merge them. Once all above MRs are merged, check the newly-created pipelines of the respective versions https://gitlab.com/gitlab-org/gitlab-docs/pipelines. Once they are green, it's time to merge this MR. -
Manually run the "Build docker images weekly" scheduled pipeline. This is needed so that the image:docs-latest
image is built that will contain all the updated versions.
Edited by Russell Dickenson