This pull request adds a new section to the .goreleaser.yml file to include Linux package metadata. The changes primarily focus on defining the packaging details for mercure.
New Linux package metadata:
Added nfpms section to define Linux package details including package_name, file_name_template, builds, formats, maintainer, description, license, vendor, homepage, and bindir to automatically build deb, rpm and apk packages.
This pull request adds a new section to the
.goreleaser.yml
file to include Linux package metadata. The changes primarily focus on defining the packaging details formercure
.New Linux package metadata:
Added
nfpms
section to define Linux package details includingpackage_name
,file_name_template
,builds
,formats
,maintainer
,description
,license
,vendor
,homepage
, andbindir
to automatically builddeb
,rpm
andapk
packages.`feat: #972
ci
: CI-related change