Skip to content

Commit

Permalink
Add pre hook
Browse files Browse the repository at this point in the history
  • Loading branch information
rverst committed May 19, 2021
1 parent 8fbda20 commit d12819b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -178,3 +178,4 @@ $RECYCLE.BIN/
# End of https://www.toptal.com/developers/gitignore/api/macos,windows,docker,jetbrains,go

embedded.go
/dist/
2 changes: 2 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ builds:
goarch:
- amd64
- arm64
hooks:
pre: go generate
nfpms:
- id: dev.rverst.mdync
maintainer: Robert Verst <info@rverst.dev>
Expand Down

0 comments on commit d12819b

Please sign in to comment.