From 660ae8d8d3d7f8c0f4454b1b9b2e4945ab86984a Mon Sep 17 00:00:00 2001 From: Simon Let Date: Sun, 15 Dec 2019 20:11:12 +0100 Subject: [PATCH] disable hooks --- .goreleaser.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index c24c755..8a4a5dc 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -4,9 +4,9 @@ project_name: resh # resh_template: '{{ ProjectName }}_{{ .Version }}' env: - GO111MODULE=on -before: - hooks: - - go mod tidy +# before: +# hooks: +# - go mod tidy builds: # You can have multiple builds defined as a yaml list @@ -37,9 +37,11 @@ signs: release: draft: true + # If set to auto, will mark the release as not ready for production # in case there is an indicator for this in the tag e.g. v1.0.0-rc1 # If set to true, will mark the release as not ready for production. # Default is false. - prerelease: auto + + # prerelease: auto # disable: true \ No newline at end of file