Skip to content

Commit

Permalink
add .goreleaser.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
khorevaa committed Dec 19, 2020
1 parent 062da82 commit 87bfea0
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
project_name: designer
before:
hooks:
- go mod tidy
# - docker login
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
- Merge pull request
- Merge branch
build:
skip: true
release:
github:
prerelease: auto

0 comments on commit 87bfea0

Please sign in to comment.