We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a74579 commit 0f92f2bCopy full SHA for 0f92f2b
.gitignore
@@ -52,4 +52,6 @@ config.yml
52
.idea/
53
54
#Vs Code
55
-.vscode
+.vscode
56
+
57
+/dist/
.goreleaser.yml
@@ -7,8 +7,9 @@ before:
7
# you may remove this if you don't need go generate
8
# - go generate ./...
9
builds:
10
-- env:
11
- - CGO_ENABLED=0
+ - main: ./cmd/passwall-server/main.go
+ env:
12
+ - CGO_ENABLED=0
13
archives:
14
- replacements:
15
darwin: Darwin
@@ -25,4 +26,4 @@ changelog:
25
26
filters:
27
exclude:
28
- '^docs:'
- - '^test:'
29
+ - '^test:'
dist/CHANGELOG.md
dist/config.yaml
0 commit comments