|
|
|
|
@ -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 |