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 f03936a commit 4318900
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ vendor
*.lock
*.cov
artifacts
dist
10 changes: 10 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
build:
skip: true
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'

0 comments on commit 4318900

Please sign in to comment.