Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

@putout/plugin-goreleaser NPM version

Release engineering, simplified.

(c) https://goreleaser.com

🐊Putout plugin helps with GoReleaser.

Install

npm i @putout/plugin-goreleaser -D

Rules

Config

{
    "rules": {
        "gorelease/apply-formats": "on"
    }
}

apply-formats

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"]

License

MIT