You've already forked goreleaser
							
							
				mirror of
				https://github.com/goreleaser/goreleaser.git
				synced 2025-10-30 23:58:09 +02:00 
			
		
		
		
	Merge branch 'master' into custom-ldflags
This commit is contained in:
		| @@ -44,7 +44,7 @@ To push a basic formulae a homebrew tap repo, just add a `brew` section: | ||||
| repo: user/repo | ||||
| binary_name: my-binary | ||||
| brew: | ||||
|   repo: user/homebrew-formulae | ||||
|   repo: user/homebrew-tap | ||||
|   caveats: "Optional caveats to add to the formulae" | ||||
| ``` | ||||
|  | ||||
| @@ -142,7 +142,7 @@ The release on github looks pretty much like this: | ||||
| [ | ||||
| ](https://github.com/goreleaser/releaser/releases) | ||||
|  | ||||
| And the [homebrew formulae](https://github.com/goreleaser/homebrew-formulae/blob/master/release.rb) would look like: | ||||
| And the [homebrew formulae](https://github.com/goreleaser/homebrew-tap/blob/master/release.rb) would look like: | ||||
|  | ||||
| ```rb | ||||
| class Release < Formula | ||||
|   | ||||
| @@ -1,7 +1,7 @@ | ||||
| repo: goreleaser/releaser | ||||
| binary_name: release | ||||
| brew: | ||||
|   repo: goreleaser/homebrew-formulae | ||||
|   repo: goreleaser/homebrew-tap | ||||
| build: | ||||
|   arches: | ||||
|     - amd64 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user