Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
go-gitlab
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
go-gitlab
Commits
331a5ff8
Commit
331a5ff8
authored
Aug 21, 2017
by
Raúl Sánchez Ruiz
Committed by
Sander van Harmelen
Aug 21, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add release_description to tag (#190)
parent
9d0082b7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
tags.go
tags.go
+2
-0
No files found.
tags.go
View file @
331a5ff8
...
...
@@ -38,6 +38,7 @@ type Tag struct {
Commit
*
Commit
`json:"commit"`
Name
string
`json:"name"`
Message
string
`json:"message"`
ReleaseDescription
string
`json:"release_description"`
}
func
(
r
Tag
)
String
()
string
{
...
...
@@ -104,6 +105,7 @@ type CreateTagOptions struct {
TagName
*
string
`url:"tag_name,omitempty" json:"tag_name,omitempty"`
Ref
*
string
`url:"ref,omitempty" json:"ref,omitempty"`
Message
*
string
`url:"message,omitempty" json:"message,omitempty"`
ReleaseDescription
*
string
`url:"release_description:omitempty" json:"release_description,omitempty"`
}
// CreateTag creates a new tag in the repository that points to the supplied ref.
...
...
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