File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed
Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 1- rerNews
2- ====
3-
410.7.6
52-----
63
Original file line number Diff line number Diff line change 11include LICENSE
22include README.md
3- include CHANGES .md
3+ include CHANGELOG .md
Original file line number Diff line number Diff line change @@ -80,11 +80,11 @@ def release_check():
8080 if 'a' in env .version :
8181 print ("WARNING: alpha release %s" % env .version )
8282
83- # hacky CHANGES .md check
84- with open ("CHANGES .md" ) as f :
83+ # hacky CHANGELOG .md check
84+ with open ("CHANGELOG .md" ) as f :
8585 raw_changes = f .read ()
8686 assert "%s\n ---" % env .version in raw_changes , \
87- "The current version %s is not in CHANGES .md" % env .version
87+ "The current version %s is not in CHANGELOG .md" % env .version
8888 if env .version in tags :
8989 raise Exception ("Already released v. %r" % env .version )
9090
You can’t perform that action at this time.
0 commit comments