1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

removed :

This commit is contained in:
Carlos Alexandro Becker 2016-12-30 09:56:54 -02:00
parent a969e493a4
commit 21fb357e53
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -51,7 +51,7 @@ func (Pipe) Work(config config.ProjectConfig) error {
}
func description(diff string) string {
result := "## Changelog:\n" + diff + "\n\n--\nAutomated with @goreleaser"
result := "## Changelog\n" + diff + "\n\n--\nAutomated with @goreleaser"
cmd := exec.Command("go", "version")
bts, err := cmd.CombinedOutput()
if err != nil {