1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

docs: disable release pipe

This commit is contained in:
Carlos Alexandro Becker 2018-04-24 20:37:11 -07:00 committed by Carlos Alexandro Becker
parent 890832095a
commit ea330a9091

View File

@ -35,6 +35,11 @@ release:
# string to insert a formated timestamp into the release name.
# Default is ``
name_template: "{{.ProjectName}}-v{{.Version}}"
# You can disable this pipe in order to not upload any artifacts to
# GitHub.
# Defaults to false.
disable: true
```
## Customize the changelog