-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5ca7b04
commit 64959e7
Showing
1 changed file
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
before: | ||
hooks: | ||
- go mod download | ||
- go generate ./... | ||
builds: | ||
- env: | ||
- CGO_ENABLED=0 | ||
archives: | ||
- replacements: | ||
darwin: Darwin | ||
linux: Linux | ||
windows: Windows | ||
386: i386 | ||
amd64: x86_64 | ||
checksum: | ||
algorithm: sha256 | ||
snapshot: | ||
name_template: "{{ .Tag }}-next" | ||
changelog: | ||
sort: asc | ||
filters: | ||
exclude: | ||
- '^docs:' | ||
- '^test:' | ||
brews: | ||
- # Name of the project | ||
name: fngprint | ||
|
||
# Repository to push the tap to | ||
github: | ||
owner: nejckorasa | ||
name: homebrew-tap | ||
|
||
# Git author used to commit to the repository | ||
commit_author: | ||
name: nejckorasa | ||
email: nejc.korasa@gmail.com | ||
|
||
# Folder inside the repository to put the formula. | ||
folder: Formula | ||
|
||
homepage: "/~https://github.com/nejckorasa/dir-fingerprint/" | ||
|
||
# Your app's description. | ||
description: "Application to create and store directory fingerprint from all its files in a tree" | ||
|
||
skip_upload: false |