-
Notifications
You must be signed in to change notification settings - Fork 10
/
.goreleaser.yml
40 lines (34 loc) · 1.05 KB
/
.goreleaser.yml
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
builds:
- main: ./cmd/k8s-pipeliner/main.go
binary: k8s-pipeliner
goos:
- windows
- darwin
- linux
goarch:
- amd64
brews:
# Reporitory to push the tap to.
- github:
owner: namely
name: homebrew-tap
# Allows you to set a custom download strategy.
# Default is empty.
download_strategy: CustomDownloadStrategies::GitHubPrivateRepositoryReleaseDownloadStrategy
# Add custom require_relative to include download strategy
# Default is empty.
custom_require: ../github_download_strategy
# Git author used to commit to the repository.
# Defaults are shown.
commit_author:
name: goreleaserbot
email: [email protected]
# Folder inside the repository to put the formula.
# Default is the root folder.
folder: Formula
# Your app's homepage.
# Default is empty.
homepage: "https://github.com/namely/k8s-pipeliner"
# Your app's description.
# Default is empty.
description: "k8s-pipeliner generates Spinnaker pipelines from a source file."