Skip to content

Commit 842d6fc

Browse files
author
David Haeffner
committed
changelog.md -> CHANGELOG.md
1 parent a8e6a14 commit 842d6fc

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

gh-release.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if (!token)
1818

1919
// fetch changelog details
2020
const changelog = exec(
21-
`sed '1,/${tag}/d;/## v/q' ./changelog.md | sed '/^ *$/q'`,
21+
`sed '1,/${tag}/d;/## v/q' ./CHANGELOG.md | sed '/^ *$/q'`,
2222
{
2323
encoding: 'utf8',
2424
}

0 commit comments

Comments
 (0)