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
0
Merge Requests
0
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
Jérome Perrin
gitlab-ce
Commits
743d66e4
Commit
743d66e4
authored
Nov 16, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve english text
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
d6db4517
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
doc/api/tags.md
doc/api/tags.md
+1
-1
doc/workflow/releases.md
doc/workflow/releases.md
+6
-6
No files found.
doc/api/tags.md
View file @
743d66e4
...
...
@@ -40,7 +40,7 @@ Parameters:
## Create a new tag
Creates new tag in the repository that points to the supplied ref.
Creates
a
new tag in the repository that points to the supplied ref.
```
POST /projects/:id/repository/tags
...
...
doc/workflow/releases.md
View file @
743d66e4
# Releases
You can turn any git tag into
release by just adding a release notes to it.
Release notes behave
s
like any other markdown form in GitLab so you can write text and drag-n-drop files to it.
Release notes are stored in
GitLab database
.
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
UI when you create
new git tag with GitLab
*
In
UI when you add release notes to
existing git tag
*
with GitLab API
*
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
...
...
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