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 6029fea commit 6d0b03a
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 @@ -14,3 +14,4 @@ artifacts
remod.dev
.remod
.idea
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 6d0b03a

Please sign in to comment.