goreleaser / nfpm

nFPM is Not FPM - a simple deb, rpm, apk, ipk, and arch linux packager written in Go
https://nfpm.goreleaser.com/
MIT License
2.14k stars 156 forks source link

feat: env var substitution in description #848

Closed fivitti closed 1 month ago

fivitti commented 1 month ago

Hello!

I noticed you support the environment variable interpolation in many fields in a configuration but not in the description. This merge request fills this gap.

I added the unit tests for the new code and altered the docs. Please notify me if I missed something or if my code doesn't fit your coding guidelines - I will fix it.

Regards!

caarlos0 commented 1 month ago

awesome, thanks!