Skip to content

Commit

Permalink
improve release procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
labkode committed Oct 24, 2019
1 parent b8d6728 commit af8e444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/release/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ Changelog for Reva v%s (%s)
`, *version, *version, *version, date)

releaseDocs += string(data)
if err := ioutil.WriteFile(fmt.Sprintf("docs/content/end/docs/Changelog/%s/_index.md", *version), []byte(releaseDocs), 0644); err != nil {
if err := ioutil.WriteFile(fmt.Sprintf("docs/content/en/docs/Changelog/%s/_index.md", *version), []byte(releaseDocs), 0644); err != nil {
fmt.Fprintf(os.Stderr, "error writing docs release file _index.md: %s", err)
os.Exit(1)
}
Expand Down

0 comments on commit af8e444

Please sign in to comment.