-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.goreleaser.yml
More file actions
41 lines (36 loc) · 896 Bytes
/
.goreleaser.yml
File metadata and controls
41 lines (36 loc) · 896 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
version: 2
project_name: openclaw-operator
builds:
- main: ./cmd
binary: manager
env:
- CGO_ENABLED=0
goos:
- linux
goarch:
- amd64
- arm64
ldflags:
- -s -w
- -X github.com/alessandrolomanto/openclaw-operator/internal/version.Version={{.Version}}
- -X github.com/alessandrolomanto/openclaw-operator/internal/version.GitCommit={{.ShortCommit}}
- -X github.com/alessandrolomanto/openclaw-operator/internal/version.BuildDate={{.Date}}
archives:
- formats: [tar.gz]
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
changelog:
sort: asc
filters:
exclude:
- "^docs:"
- "^test:"
- "^ci:"
- "Merge pull request"
release:
github:
owner: alessandrolomanto
name: openclaw-operator
draft: false
prerelease: auto
extra_files:
- glob: dist/install.yaml