Searched refs:readFileSync (Results 1 – 3 of 3) sorted by relevance
/trusted-firmware-a-3.7.0/tools/conventional-changelog-tf-a/ |
D | index.js | 22 const readFileSync = require("fs").readFileSync; constant 151 const notePartial = readFileSync(resolve(__dirname, "./templates/note.hbs"), "utf-8"); 152 …const noteSectionPartial = readFileSync(resolve(__dirname, "./templates/note-section.hbs"), "utf-8… 153 …const commitSectionPartial = readFileSync(resolve(__dirname, "./templates/commit-section.hbs"), "u… 163 … writerOpts.mainTemplate = readFileSync(resolve(__dirname, "./templates/template.hbs"), "utf-8"); 164 … writerOpts.headerPartial = readFileSync(resolve(__dirname, "./templates/header.hbs"), "utf-8"); 165 … writerOpts.commitPartial = readFileSync(resolve(__dirname, "./templates/commit.hbs"), "utf-8"); 166 … writerOpts.footerPartial = readFileSync(resolve(__dirname, "./templates/footer.hbs"), "utf-8");
|
/trusted-firmware-a-3.7.0/ |
D | .commitlintrc.js | 25 const contents = fs.readFileSync("changelog.yaml", "utf8");
|
D | .versionrc.js | 23 const contents = fs.readFileSync("changelog.yaml", "utf8");
|