Skip to content

Commit

Permalink
Reintroduce Snapcraft, change confinement to classic
Browse files Browse the repository at this point in the history
See #161
  • Loading branch information
Envek committed Apr 30, 2021
1 parent 97076ba commit 664d963
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ brews:
test: |
system "#{bin}/lefthook version"
# snapcrafts:
# -
# name_template: '{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
# summary: For rule your git hooks
# 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.
# grade: stable
# confinement: strict
# publish: true
snapcrafts:
-
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

nfpms:
-
Expand Down

0 comments on commit 664d963

Please sign in to comment.