github.com/goreleaser/goreleaser@v1.25.1/scripts/manpages.sh (about) 1 #!/bin/sh 2 set -e 3 rm -rf manpages 4 mkdir manpages 5 go run . man | gzip -c -9 >manpages/goreleaser.1.gz