Skip to content

Commit

Permalink
new: added goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
primalmotion committed Jun 25, 2020
1 parent d285a76 commit a9956ad
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.DS_Store
.tags
dist

*/debug
vendor
Expand Down
14 changes: 14 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
before:
hooks:
- go mod download
- go generate ./...
build:
skip: true
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
4 changes: 2 additions & 2 deletions cmd/rego/static/bindata.go

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

0 comments on commit a9956ad

Please sign in to comment.