You've already forked goreleaser
mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-09-16 09:26:52 +02:00
even better looking changelog
This commit is contained in:
@@ -47,7 +47,7 @@ func Release(version, diff string, config config.ProjectConfig) error {
|
||||
}
|
||||
|
||||
func description(diff string) string {
|
||||
result := "Changelog:\n" + diff + "\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 {
|
||||
|
Reference in New Issue
Block a user