Add goreleaser config for GitHub releases

This commit is contained in:
Juan Carlos Mejías Rodríguez 2019-08-08 21:17:31 -04:00
parent 84fb17f6ea
commit e4fc69c8b8

View File

@ -35,6 +35,11 @@ archives:
darwin: macOS darwin: macOS
linux: Linux linux: Linux
windows: Windows windows: Windows
release:
github:
owner: greenled
name: portainer-stack-utils
prerelease: auto
dockers: dockers:
- image_templates: - image_templates:
- "greenled/portainer-stack-utils:{{ .Major }}" - "greenled/portainer-stack-utils:{{ .Major }}"