build: Add release script to update relevant files and commit for next release (#3805)

* build: Add script to update package.json and commit for next release

* fix
This commit is contained in:
Aakansha Doshi 2021-07-05 22:29:35 +05:30 committed by GitHub
parent 3c295559c7
commit 2e61fec7a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 61 additions and 18 deletions

View file

@ -91,4 +91,4 @@ const updateChangelog = async () => {
fs.writeFileSync(`${excalidrawDir}/CHANGELOG.md`, updatedContent, "utf8");
};
updateChangelog();
module.exports = updateChangelog;