Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Commit 7d4aa3d

Browse files
committed
scripts/version-change.sh: Update path to CHANGES.md
1 parent 790c688 commit 7d4aa3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/version-change.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set +x
33

44
cd "$(dirname "$0")/.."
55

6-
vim ChangeLog || exit 1
6+
vim CHANGES.md || exit 1
77
vim VERSION || exit 1
88

99
./autogen.sh || exit 1

0 commit comments

Comments
 (0)