Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
updated to use release
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates committed Oct 3, 2018
1 parent 7ce3e07 commit bb03b51
Show file tree
Hide file tree
Showing 14 changed files with 422 additions and 213 deletions.
6 changes: 1 addition & 5 deletions .gitignore
Expand Up @@ -7,6 +7,7 @@ pkg
*.pid
coverage
coverage.data
build/*
*.pbxuser
*.mode1v3
.svn
Expand All @@ -25,9 +26,4 @@ generated/
.vendor/
bin/*
gin-bin
*.sqlite*
.idea/
.vscode
vendor
Gopkg.lock
.grifter/
28 changes: 28 additions & 0 deletions .goreleaser.yml.plush
@@ -0,0 +1,28 @@
builds:
-
goos:
- darwin
- linux
- windows
env:
- CGO_ENABLED=0
# main: ./buffalo/main.go

checksum:
name_template: 'checksums.txt'

snapshot:
name_template: "{{ .Tag }}-next"

changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
<%= if (brew) { %>
brew:
github:
owner: markbates
name: homebrew-tap
<% } %>
6 changes: 3 additions & 3 deletions buffalo/cmd/build/a_build-packr.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions generators/assets/standard/a_standard-packr.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bb03b51

Please sign in to comment.