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
8ddbd911
Commit
8ddbd911
authored
Nov 13, 2019
by
Nathan Friend
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add documentation about "edit release" page
This commit adds some information about the new "Edit Release" page.
parent
5d56db52
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
0 deletions
+21
-0
doc/user/project/releases/img/edit_release_page_v12_5.png
doc/user/project/releases/img/edit_release_page_v12_5.png
+0
-0
doc/user/project/releases/img/release_edit_button_v12_5.png
doc/user/project/releases/img/release_edit_button_v12_5.png
+0
-0
doc/user/project/releases/index.md
doc/user/project/releases/index.md
+21
-0
No files found.
doc/user/project/releases/img/edit_release_page_v12_5.png
0 → 100644
View file @
8ddbd911
147 KB
doc/user/project/releases/img/release_edit_button_v12_5.png
0 → 100644
View file @
8ddbd911
85.4 KB
doc/user/project/releases/index.md
View file @
8ddbd911
...
...
@@ -65,6 +65,27 @@ project.
![
Releases list
](
img/releases.png
)
## Editing a release
> [Introduced](https://gitlab.com/gitlab-org/gitlab/issues/26016) in GitLab 12.5.
To edit the details of a release, navigate to
**Project overview > Releases**
and click
the edit button (pencil icon) in the top-right corner of the release you want to modify.
![
A release with an edit button
](
img/release_edit_button_v12_5.png
)
This will bring you to the
**Edit Release**
page, from which you can
change some of the release's details.
![
Edit release page
](
img/edit_release_page_v12_5.png
)
Currently, it is only possible to edit the release title and notes.
To change other release information, such as its tag, associated
milestones, or release date, use the
[
Releases API
](
../../../api/releases/index.md#update-a-release
)
. Editing this
information through the
**Edit Release**
page is planned for a future version
of GitLab.
## Notification for Releases
> [Introduced](https://gitlab.com/gitlab-org/gitlab/issues/26001) in GitLab 12.4.
...
...
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