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

Commit

Permalink
Add goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
im-kulikov committed Feb 22, 2021
1 parent f06613e commit 47ec615
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
*.out
/.vscode
/.idea
/vendor
/vendor
/dist
12 changes: 12 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
before:
hooks:
- go mod tidy
- go mod download
builds:
- skip: true
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'

0 comments on commit 47ec615

Please sign in to comment.