Skip to content

Commit b42703e

Browse files
committed
Take the release notes from the release file
1 parent ef32e83 commit b42703e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/prep-release.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ function usage() {
171171

172172
verify_stability($STABILITY);
173173
verify_version($VERSION, $STABILITY);
174-
$changelog = __DIR__ . "/../ChangeLog";
174+
$changelog = __DIR__ . "/../RELEASE-".$VERSION;
175175
verify_changelog($changelog);
176176

177177

0 commit comments

Comments
 (0)