Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
a620ccf5
Commit
a620ccf5
authored
Nov 26, 2020
by
Evan Read
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix docs release process information
parent
b19a6b8a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
doc/development/documentation/site_architecture/release_process.md
...opment/documentation/site_architecture/release_process.md
+4
-4
No files found.
doc/development/documentation/site_architecture/release_process.md
View file @
a620ccf5
...
@@ -48,7 +48,7 @@ this needs to happen when the stable branches for all products have been created
...
@@ -48,7 +48,7 @@ this needs to happen when the stable branches for all products have been created
committed.
committed.
1.
Push the newly created branch, but
**don't create a merge request**
.
1.
Push the newly created branch, but
**don't create a merge request**
.
After you push, the
`image:doc
ker-sing
e`
job creates a new Docker image
After you push, the
`image:doc
s-singl
e`
job creates a new Docker image
tagged with the branch name you created in the first step. In the end, the
tagged with the branch name you created in the first step. In the end, the
image is uploaded in the
[
Container Registry
](
https://gitlab.com/gitlab-org/gitlab-docs/container_registry
)
image is uploaded in the
[
Container Registry
](
https://gitlab.com/gitlab-org/gitlab-docs/container_registry
)
and it is listed under the
`registry`
environment folder at
and it is listed under the
`registry`
environment folder at
...
@@ -114,15 +114,15 @@ version and rotates the old one:
...
@@ -114,15 +114,15 @@ version and rotates the old one:
The versions dropdown is in a way "hardcoded". When the site is built, it looks
The versions dropdown is in a way "hardcoded". When the site is built, it looks
at the contents of
`content/_data/versions.yaml`
and based on that, the dropdown
at the contents of
`content/_data/versions.yaml`
and based on that, the dropdown
is populated.
So, o
lder branches have different content, which means the
is populated.
O
lder branches have different content, which means the
dropdown list one or more releases behind. Remember that the new changes of
dropdown list
is
one or more releases behind. Remember that the new changes of
the dropdown are included in the unmerged
`release-X-Y`
branch.
the dropdown are included in the unmerged
`release-X-Y`
branch.
The content of
`content/_data/versions.yaml`
needs to change for all online
The content of
`content/_data/versions.yaml`
needs to change for all online
versions (stable branches
`X.Y`
of the
`gitlab-docs`
project):
versions (stable branches
`X.Y`
of the
`gitlab-docs`
project):
1.
Run the Rake task that creates all the respective merge requests needed to
1.
Run the Rake task that creates all the respective merge requests needed to
update the dropdowns
and are set
to automatically be merged when their
update the dropdowns
. Set these
to automatically be merged when their
pipelines succeed:
pipelines succeed:
NOTE:
**Note:**
NOTE:
**Note:**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment