disable hooks

pull/58/head
Simon Let 6 years ago
parent 36a30ad2e5
commit 660ae8d8d3
  1. 10
      .goreleaser.yml

@ -4,9 +4,9 @@ project_name: resh
# resh_template: '{{ ProjectName }}_{{ .Version }}' # resh_template: '{{ ProjectName }}_{{ .Version }}'
env: env:
- GO111MODULE=on - GO111MODULE=on
before: # before:
hooks: # hooks:
- go mod tidy # - go mod tidy
builds: builds:
# You can have multiple builds defined as a yaml list # You can have multiple builds defined as a yaml list
@ -37,9 +37,11 @@ signs:
release: release:
draft: true draft: true
# If set to auto, will mark the release as not ready for production # 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 # 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. # If set to true, will mark the release as not ready for production.
# Default is false. # Default is false.
prerelease: auto
# prerelease: auto
# disable: true # disable: true
Loading…
Cancel
Save