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

added changelog to description

This commit is contained in:
Carlos Alexandro Becker 2016-12-29 14:03:34 -02:00
parent 5d6694ddd1
commit 9c255400fe
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

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