Skip to content

Commit

Permalink
Including the tag_message field for annotated tag releases
Browse files Browse the repository at this point in the history
  • Loading branch information
LewisTheobald committed Jun 27, 2022
1 parent 7a7ea97 commit dabf2d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions releases.go
Expand Up @@ -126,6 +126,7 @@ func (s *ReleasesService) GetRelease(pid interface{}, tagName string, options ..
type CreateReleaseOptions struct {
Name *string `url:"name" json:"name"`
TagName *string `url:"tag_name" json:"tag_name"`
TagMessage *string `url:"tag_message" json:"tag_message"`
Description *string `url:"description" json:"description"`
Ref *string `url:"ref,omitempty" json:"ref,omitempty"`
Milestones *[]string `url:"milestones,omitempty" json:"milestones,omitempty"`
Expand Down

0 comments on commit dabf2d1

Please sign in to comment.