Skip to content

Commit

Permalink
Take the release notes from the release file
Browse files Browse the repository at this point in the history
  • Loading branch information
bjori committed Dec 4, 2014
1 parent ef32e83 commit b42703e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/prep-release.php
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ function usage() {

verify_stability($STABILITY);
verify_version($VERSION, $STABILITY);
$changelog = __DIR__ . "/../ChangeLog";
$changelog = __DIR__ . "/../RELEASE-".$VERSION;
verify_changelog($changelog);


Expand Down

0 comments on commit b42703e

Please sign in to comment.