We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc13c81 commit fe894b0Copy full SHA for fe894b0
1 file changed
uploader.js
@@ -27,7 +27,7 @@ function readProp(key) {
27
const version = readProp("mod_version");
28
29
function changelog(version) {
30
- const raw = fs.readFileSync("CHANGELOG.md", "utf8");
+ const raw = fs.readFileSync("CHANGELOG.MD", "utf8");
31
const lines = raw.split("\n");
32
let thisVersion = "";
33
let inside = false;
0 commit comments