Skip to content

Commit 08c577e

Browse files
author
Michal Slusarczyk
committed
goreleaser + .gitignore
1 parent c806997 commit 08c577e

3 files changed

Lines changed: 13 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.idea
2+
dist

.goreleaser.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
before:
2+
hooks:
3+
- git tag v1.0.0
4+
builds:
5+
- binary: webhook-validation-proxy
6+
goos:
7+
- windows
8+
- darwin
9+
- linux
10+
goarch:
11+
- amd64
File renamed without changes.

0 commit comments

Comments
 (0)