forked from coretech/terrafile
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.goreleaser.yml
48 lines (43 loc) · 1.16 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
41
42
43
44
45
46
47
48
archive:
# Replacements for GOOS and GOARCH in the archive name.
# Keys should be valid GOOSs or GOARCHs.
# Values are the respective replacements.
# Default is empty.
replacements:
darwin: Darwin
linux: Linux
386: i386
amd64: x86_64
# Additional files/globs you want to add to the archive.
# Defaults are any files matching `LICENCE*`, `LICENSE*`,
# `README*` and `CHANGELOG*` (case-insensitive).
files:
- none*
brew:
# Repository to push the tap to.
github:
owner: coretech
name: homebrew-terrafile
# Git author used to commit to the repository.
# Defaults are shown.
commit_author:
name: csijira
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/coretech/terrafile"
# Your app's description.
# Default is empty.
description: "Systematically manage external modules from Github for use in Terraform."
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
- '^Update README'
- Merge pull request
- Merge branch