Merge pull request #3 from lunny/lunny/fix_wrong_changelog_title

fix wrong changelog title
This commit is contained in:
Lunny Xiao 2017-08-28 21:56:26 +08:00 committed by GitHub
commit 0bcc921806
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] {