mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-13 13:31:19 +00:00
Merge branch 'releases-feature'
This commit is contained in:
@ -13,5 +13,6 @@
|
||||
- [Project users](add-user/add-user.md)
|
||||
- [Protected branches](protected_branches.md)
|
||||
- [Web Editor](web_editor.md)
|
||||
- [Releases](releases.md)
|
||||
- [Merge Requests](merge_requests.md)
|
||||
- ["Work In Progress" Merge Requests](wip_merge_requests.md)
|
||||
|
20
doc/workflow/releases.md
Normal file
20
doc/workflow/releases.md
Normal file
@ -0,0 +1,20 @@
|
||||
# Releases
|
||||
|
||||
You can turn any git tag into a release, by adding a note to it.
|
||||
Release notes behave like any other markdown form in GitLab so you can write text and drag-n-drop files to it.
|
||||
Release notes are stored in the database of GitLab.
|
||||
|
||||
There are several ways to add release notes:
|
||||
|
||||
* In the interface, when you create a new git tag with GitLab
|
||||
* In the interface, by adding a note to an existing git tag
|
||||
* with the GitLab API
|
||||
|
||||
## New tag page with release notes text area
|
||||
|
||||

|
||||
|
||||
## Tags page with button to add or edit release notes for existing git tag
|
||||
|
||||

|
||||
|
BIN
doc/workflow/releases/new_tag.png
Normal file
BIN
doc/workflow/releases/new_tag.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 151 KiB |
BIN
doc/workflow/releases/tags.png
Normal file
BIN
doc/workflow/releases/tags.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 162 KiB |
Reference in New Issue
Block a user