Skip to content

Commit

Permalink
seriously
Browse files Browse the repository at this point in the history
  • Loading branch information
DnOberon committed Oct 10, 2019
1 parent 1dff055 commit baeb8d6
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 23 deletions.
33 changes: 16 additions & 17 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# This is an example goreleaser.yaml file with some sane defaults.
# Make sure to check the documentation at http://goreleaser.com
# before:
# hooks:
# you may remove this if you don't use vgo
# - go mod tidy
# you may remove this if you don't need go generate
# - go generate ./...
# hooks:
# you may remove this if you don't use vgo
# - go mod tidy
# you may remove this if you don't need go generate
# - go generate ./...
builds:
- env:
- CGO_ENABLED=0
- env:
- CGO_ENABLED=0
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
checksum:
name_template: 'checksums.txt'
snapshot:
Expand All @@ -24,11 +24,10 @@ changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
- '^docs:'
- '^test:'
brews:
-
# Name template of the recipe
- # Name template of the recipe
# Default to project name
name: heimdall

Expand Down
2 changes: 1 addition & 1 deletion dist/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## Changelog

1cabe7e quick fix
1dff055 quick check
8 changes: 4 additions & 4 deletions dist/checksums.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
b6c1bb542d80676a199c56cbf16f52fd7374f1245b2ae2fcf81064431dee32e7 heimdall_0.1.1_Linux_i386.tar.gz
d4de4e994ac655cc84313dec868124cc8f1655b5bf99252ffd83cb092dd9ebbb heimdall_0.1.1_Linux_x86_64.tar.gz
bb27010ddf04c112def92967cfc455d1e22dab1c61ae44657960c8391575a6fa heimdall_0.1.1_Darwin_i386.tar.gz
c80386f63b64e693b2870c73125f617b906dbcc344e1e646ee3d09730ecf1bc3 heimdall_0.1.1_Darwin_x86_64.tar.gz
0e3444ba44517d2c568230b57012ae6924df7c6a9fde4bee2e16685804e98405 heimdall_0.1.2_Linux_i386.tar.gz
8b328cf7e6e220450365f89c6b59e87d3043e3790f4e3dc64695f5d7a803fe5d heimdall_0.1.2_Darwin_i386.tar.gz
54863a616ba25e2bf9d046e355a07557d4414624b1de4266193def27b49f4b6a heimdall_0.1.2_Darwin_x86_64.tar.gz
94d66baad3d5bcc035ac54fcbfb9983ffe00f97009dde7bc8bb3b1442dbb8473 heimdall_0.1.2_Linux_x86_64.tar.gz
18 changes: 17 additions & 1 deletion dist/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,26 @@ release:
name_template: '{{.Tag}}'
brews:
- name: heimdall
github:
owner: dnoberon
name: homebrew-tap
commit_author:
name: goreleaserbot
email: [email protected]
install: bin.install "heimdall"
folder: Formula
caveats: How to use this binary
install: |
bin.install "program"
...
description: Software to create fast and easy drum rolls.
homepage: https://github.com/dnoberon/heimdall
skip_upload: "false"
download_strategy: GitHubPrivateRepositoryReleaseDownloadStrategy
url_template: http://github..com/dnoberon/heimdall/releases/{{ .Tag }}/{{ .ArtifactName
}}
custom_require: custom_download_strategy
ids:
- all
goarm: "6"
scoop:
name: heimdall
Expand Down

0 comments on commit baeb8d6

Please sign in to comment.