1
1
mirror of https://github.com/goreleaser/nfpm synced 2024-09-27 23:09:52 +02:00
nfpm/rpm
wwade 13335ee883
feat: allow explicit summary from RPM packages (#246)
The previous behaviour was to use only the first line of the
description as the summary. In some cases, it is desirable to have a
separate summary. Since only RPM packages have a summary field, I've
put this inside the RPM configuration.

    description: This is my description
    rpm:
      summary: This is my summary

By default, just use the first line of the description.

Co-authored-by: wwade <wwade@users.noreply.github.com>
2020-11-08 14:49:40 -03:00
..
rpm_test.go feat: allow explicit summary from RPM packages (#246) 2020-11-08 14:49:40 -03:00
rpm.go feat: allow explicit summary from RPM packages (#246) 2020-11-08 14:49:40 -03:00