on4kjm / FLEcli

Multi-platform "Fast Log Entry"(FLE) processing tool
MIT License
32 stars 9 forks source link

Fix goreleaser deprecation notices #84

Closed jmMeessen closed 1 year ago

jmMeessen commented 1 year ago

Latest version of Goreleaser warns for the following deprecation:

 • DEPRECATED: `archives.rlcp` will be the default soon, check https://goreleaser.com/deprecations#archivesrlcp for more info
 • DEPRECATED: `archives.replacements` should not be used anymore, check https://goreleaser.com/deprecations#archivesreplacements for more info

To view or re-check run goreleaser check.

jmMeessen commented 1 year ago

Fixed with #85