Skip to content

Commit

Permalink
Update slack.go
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaangiolillo committed Aug 29, 2024
1 parent 1162a63 commit a3f173d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cli/internal/cli/changelog/convert/slack.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ func orderAttachments(attachments []*Attachment) []*Attachment {
func newAttachmentFromVersion(path *changelog.Path, version *changelog.Version) []*Attachment {
attachments := make([]*Attachment, 0)
for _, change := range version.Changes {
attachments = append(attachments, newAttachmentFromChange(version.Version, path.HTTPMethod, path.URI, path.ChangeType, change))
attachments = append(attachments, newAttachmentFromChange(version.Version, path.HTTPMethod, path.URI, version.ChangeType, change))
}

return attachments
Expand Down

0 comments on commit a3f173d

Please sign in to comment.