fix wrong changelog title

This commit is contained in:
Lunny Xiao 2017-08-25 20:15:00 +08:00
parent 4b29a88de7
commit 5dbee02d12
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ func runGenerate(cmd *cli.Context) {
}
}
fmt.Printf("## [%s](https://github.com/%s/releases/tag/v%s) - %s\n", config.Repo, milestone, milestone, time.Now().Format("2006-01-02"))
fmt.Printf("## [%s](https://github.com/%s/releases/tag/v%s) - %s\n", milestone, config.Repo, milestone, time.Now().Format("2006-01-02"))
for _, g := range config.Groups {
fmt.Println("* " + g.Name)
for _, pr := range changelogs[g.Name] {