Skip to content

Commit a3f173d

Browse files
Update slack.go
1 parent 1162a63 commit a3f173d

File tree

1 file changed

+1
-1
lines changed
  • tools/cli/internal/cli/changelog/convert

1 file changed

+1
-1
lines changed

tools/cli/internal/cli/changelog/convert/slack.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ func orderAttachments(attachments []*Attachment) []*Attachment {
133133
func newAttachmentFromVersion(path *changelog.Path, version *changelog.Version) []*Attachment {
134134
attachments := make([]*Attachment, 0)
135135
for _, change := range version.Changes {
136-
attachments = append(attachments, newAttachmentFromChange(version.Version, path.HTTPMethod, path.URI, path.ChangeType, change))
136+
attachments = append(attachments, newAttachmentFromChange(version.Version, path.HTTPMethod, path.URI, version.ChangeType, change))
137137
}
138138

139139
return attachments

0 commit comments

Comments
 (0)