mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-26 04:22:05 +02:00
docs: update email addresses
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
parent
6c38b37b11
commit
a52fb997d1
@ -6,4 +6,4 @@ Only the last stable version at any given point.
|
||||
|
||||
## Reporting a Vulnerability
|
||||
|
||||
Vulnerabilities can be disclosed via email to carlos@becker.software
|
||||
Vulnerabilities can be disclosed via email to sec@goreleaser.com
|
||||
|
@ -9,7 +9,7 @@ import (
|
||||
|
||||
const (
|
||||
defaultName = "goreleaserbot"
|
||||
defaultEmail = "goreleaser@carlosbecker.com"
|
||||
defaultEmail = "bot@goreleaser.com"
|
||||
)
|
||||
|
||||
// Get templates the commit author and returns the filled fields.
|
||||
|
@ -647,7 +647,7 @@ func TestDefault(t *testing.T) {
|
||||
Goamd64: "v1",
|
||||
CommitAuthor: config.CommitAuthor{
|
||||
Name: "goreleaserbot",
|
||||
Email: "goreleaser@carlosbecker.com",
|
||||
Email: "bot@goreleaser.com",
|
||||
},
|
||||
}, ctx.Config.AURs[0])
|
||||
})
|
||||
@ -675,7 +675,7 @@ func TestDefault(t *testing.T) {
|
||||
Goamd64: "v1",
|
||||
CommitAuthor: config.CommitAuthor{
|
||||
Name: "goreleaserbot",
|
||||
Email: "goreleaser@carlosbecker.com",
|
||||
Email: "bot@goreleaser.com",
|
||||
},
|
||||
}, ctx.Config.AURs[0])
|
||||
})
|
||||
@ -704,7 +704,7 @@ func TestDefault(t *testing.T) {
|
||||
Goamd64: "v3",
|
||||
CommitAuthor: config.CommitAuthor{
|
||||
Name: "goreleaserbot",
|
||||
Email: "goreleaser@carlosbecker.com",
|
||||
Email: "bot@goreleaser.com",
|
||||
},
|
||||
}, ctx.Config.AURs[0])
|
||||
})
|
||||
|
@ -127,7 +127,7 @@ aurs:
|
||||
# Defaults are shown below.
|
||||
commit_author:
|
||||
name: goreleaserbot
|
||||
email: goreleaser@carlosbecker.com
|
||||
email: bot@goreleaser.com
|
||||
|
||||
# Commit message template.
|
||||
# Defaults to `Update to {{ .Tag }}`.
|
||||
|
@ -68,7 +68,7 @@ brews:
|
||||
# Defaults are shown.
|
||||
commit_author:
|
||||
name: goreleaserbot
|
||||
email: goreleaser@carlosbecker.com
|
||||
email: bot@goreleaser.com
|
||||
|
||||
# The project name and current git tag are used in the format string.
|
||||
commit_msg_template: "Brew formula update for {{ .ProjectName }} version {{ .Tag }}"
|
||||
|
@ -56,7 +56,7 @@ krews:
|
||||
# Defaults are shown.
|
||||
commit_author:
|
||||
name: goreleaserbot
|
||||
email: goreleaser@carlosbecker.com
|
||||
email: bot@goreleaser.com
|
||||
|
||||
# The project name and current git tag are used in the format string.
|
||||
commit_msg_template: "Krew plugin update for {{ .ProjectName }} version {{ .Tag }}"
|
||||
|
@ -35,7 +35,7 @@ scoop:
|
||||
# Defaults are shown.
|
||||
commit_author:
|
||||
name: goreleaserbot
|
||||
email: goreleaser@carlosbecker.com
|
||||
email: bot@goreleaser.com
|
||||
|
||||
# The project name and current git tag are used in the format string.
|
||||
commit_msg_template: "Scoop update for {{ .ProjectName }} version {{ .Tag }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user