Skip to content

Commit ec39e8b

Browse files
authored
issues: fix wrong property used for version (#133) (#137)
1 parent 567c839 commit ec39e8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

issues.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ func (p *Issues) buildIssueBody(io *IssuesOptions) string {
149149

150150
if io.Version != "" {
151151
body["version"] = map[string]interface{}{
152-
"name": io.Component,
152+
"name": io.Version,
153153
}
154154
}
155155
if io.Assignee != "" {

0 commit comments

Comments
 (0)