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.09k stars 154 forks source link

fix: rpm doesnt allow dashes in prerelease #836

Closed caarlos0 closed 1 week ago

caarlos0 commented 1 week ago

closes #835

cloudflare-pages[bot] commented 1 week ago

Deploying nfpm with  Cloudflare Pages  Cloudflare Pages

Latest commit: 888e851
Status: ✅  Deploy successful!
Preview URL: https://8e1fbf30.nfpm.pages.dev
Branch Preview URL: https://rpmver.nfpm.pages.dev

View logs

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 73.01%. Comparing base (784fa6c) to head (888e851). Report is 3 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #836 +/- ## ======================================= Coverage 73.01% 73.01% ======================================= Files 22 22 Lines 2487 2487 ======================================= Hits 1816 1816 Misses 464 464 Partials 207 207 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

nickajacks1 commented 1 week ago

Thanks! This fixes our issues.