From efa67f51e6a2d933dc539b2b1364eaade58351b5 Mon Sep 17 00:00:00 2001 From: Valentin Kiselev Date: Wed, 24 Jul 2024 11:14:48 +0300 Subject: [PATCH] ci: rpm/deb without self-update --- .goreleaser.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index b611c018..5f68a1ed 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -100,25 +100,27 @@ changelog: - '^\d+\.\d+\.\d+:' snapcrafts: - - - summary: Fast and powerful Git hooks manager for any type of projects. + - summary: Fast and powerful Git hooks manager for any type of projects. description: | Lefthook is a single dependency-free binary to manage all your git hooks. It works with any language in any environment, and in all common team workflows. grade: stable confinement: classic publish: true license: MIT + builds: + - no_self_update nfpms: - - - file_name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}' + - file_name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}' homepage: https://github.com/evilmartians/lefthook description: Lefthook a single dependency-free binary to manage all your git hooks that works with any language in any environment, and in all common team workflows maintainer: Evil Martians license: MIT vendor: Evil Martians + builds: + - no_self_update formats: - - deb - - rpm + - deb + - rpm dependencies: - - git + - git