-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.goreleaser.yml
More file actions
45 lines (39 loc) · 943 Bytes
/
.goreleaser.yml
File metadata and controls
45 lines (39 loc) · 943 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
42
43
44
45
version: 2
project_name: grove
builds:
- main: ./cmd/grove
binary: grove
env:
- CGO_ENABLED=0
goos:
- linux
- darwin
goarch:
- amd64
- arm64
ldflags:
- -s -w
- -X github.com/sqve/grove/internal/version.Version={{.Version}}
- -X github.com/sqve/grove/internal/version.Commit={{.ShortCommit}}
- -X github.com/sqve/grove/internal/version.Date={{.Date}}
archives:
- formats:
- tar.gz
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
checksum:
name_template: checksums.txt
nfpms:
- package_name: grove
file_name_template: '{{ .ConventionalFileName }}'
homepage: https://github.com/sQVe/grove
maintainer: sQVe <oskargrunning@gmail.com>
description: Git worktree management made simple
license: MIT
formats:
- deb
- rpm
bindir: /usr/bin
release:
github:
owner: sQVe
name: grove