Skip to content

Commit

Permalink
fix: Update .goreleaser.yaml (#103)
Browse files Browse the repository at this point in the history
Update .goreleaser.yaml
  • Loading branch information
djschleen authored Oct 25, 2022
1 parent 71c54ba commit af20c7a
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,21 +40,3 @@ nfpms:
formats:
- deb
- rpm

# snapcrafts:
# -
# id: hookz
# name: hookz
# summary: 'Manages client side git hooks resulting in the ability to create git action pipelines.'
# description: |
# Have you ever wanted to integrate custom functionality into your code commit and push workflows without using IDE plugins, hacks, or gnarly scripts? We have, and that's why we developed hookz. hookz allows us to do a ton of commit tasks before our code even hits our branches. As you commit and push code to a git based source repository, hookz will trigger scripts, run tasks, or do just about anything for you.

# The best thing? hookz doesn't care what IDE you develop with, what your back end source control system is, or what languages you program in. Operating System? We don't care. We've compiled hookz for every OS and architecture you'd ever want.
# grade: stable
# confinement: classic
# base: core20
# publish: true

# apps:
# hookz:
# command: hookz

0 comments on commit af20c7a

Please sign in to comment.