UNPKG

changelog-reminder

Version:

```bash $ npm install changelog-reminder ```

9 lines (7 loc) 185 B
const path = require("path"); module.exports = { confirm: false, showIntro: true, changelog: "./test/CHANGELOG", // logger: path.join(process.cwd(), "./test/.changelogger") };