This will automate commit and push on given date [it will work on all dates ie: past , present , future ]
// just change date ie. 4.11.2020
// so it will commit on 4.11.2020 date
const COMMITDATE = moment("4.11.2020", "DD.MM.YYYY").format();
$ npm run dev
Give a β if you like it.