-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy path.goreleaser-release.yml
More file actions
36 lines (31 loc) · 1012 Bytes
/
.goreleaser-release.yml
File metadata and controls
36 lines (31 loc) · 1012 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
# Don't build anything. Just relelase.
builds:
-
ignore:
- goos: darwin
- goos: linux
- goos: windows
- goos: freebsd
release:
# If set to auto, will mark the release as not ready for production
# in case there is an indicator for this in the tag e.g. v1.0.0-rc1
# If set to true, will mark the release as not ready for production.
# Default is false.
prerelease: auto
# If set to true, will not auto-publish the release.
# Default is false.
draft: true
# Header template for the release body.
header: |
## Network Flight Recorder v{{.Version}} ({{ time "2006-02-01" }})
Welcome to this new release!
# Footer template for the release body.
footer: |
## Enjoy!
Those were the changes on {{ .Tag }}!
# You can change the name of the release.
# Default is `{{.Tag}}` on OSS and `{{.PrefixedTag}}` on Pro.
name_template: "{{.ProjectName}}-v{{.Version}}"
# Where all the files to be released live.
extra_files:
- glob: ./rel/*