-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix goreleaser config and brew formula
- Loading branch information
1 parent
16f7199
commit cd32030
Showing
2 changed files
with
10 additions
and
4 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 |
---|---|---|
|
@@ -23,9 +23,15 @@ brews: | |
homepage: "https://github.com/alex-shpak/gitname" | ||
description: "Simple script to set git config properties in git repository based on remote url." | ||
|
||
folder: formula | ||
github: | ||
owner: alex-shpak | ||
name: gitname | ||
commit_author: | ||
name: Alex Shpak | ||
email: [email protected] | ||
|
||
url_template: "https://github.com/alex-shpak/gitname/releases/download/{{ .Tag }}/{{ .ArtifactName }}" | ||
dependencies: | ||
- git | ||
|
||
skip_upload: true | ||
|
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