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 0721a0b commit b8d6728
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 @@ -114,7 +114,7 @@ func main() {
os.Exit(1)
}

data, err := ioutil.ReadFile("NOTE.md")
data, err := ioutil.ReadFile("changelog/NOTE.md")
if err != nil {
fmt.Fprintf(os.Stderr, "error reading NOTE.md: %s", err)
os.Exit(1)
Expand Down

0 comments on commit b8d6728

Please sign in to comment.