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
69fe0d53
Commit
69fe0d53
authored
Nov 02, 2020
by
Anton Smith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add commands to identify GitLab version
parent
65e2e1b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
doc/policy/maintenance.md
doc/policy/maintenance.md
+9
-0
No files found.
doc/policy/maintenance.md
View file @
69fe0d53
...
...
@@ -151,6 +151,15 @@ dnf install gitlab-ee-12.0.12-ee.0.el8
zypper
install
gitlab-ee
=
12.0.12-ee.0
```
To identify the GitLab version number in your package manager, run the following commands:
```
shell
# apt-cache (Ubuntu/Debian)
sudo
apt-cache madison gitlab-ee
# yum (RHEL/CentOS 6 and 7)
yum
--showduplicates
list gitlab-ee
```
## Patch releases
Patch releases
**only include bug fixes**
for the current stable released version of
...
...
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