Release engineering, simplified.
🐊Putout plugin helps with GoReleaser.
npm i @putout/plugin-goreleaser -D
{
"rules": {
"gorelease/apply-formats": "on"
}
}Format was renamed to formats, and now accepts a list of formats.
(c) goreleaser.com
Checkout int 🐊Putout Editor.
archives:
- - format: zip
+ - format_overrides:
+ - formats: ["zip"]MIT