1
0
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:
Carlos A Becker 2022-05-18 12:12:42 -03:00
parent 6c38b37b11
commit a52fb997d1
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940
7 changed files with 9 additions and 9 deletions

View File

@ -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

View File

@ -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.

View File

@ -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])
})

View File

@ -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 }}`.

View File

@ -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 }}"

View File

@ -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 }}"

View File

@ -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 }}"