mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
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:
parent
3c295559c7
commit
2e61fec7a6
3 changed files with 61 additions and 18 deletions
|
@ -91,4 +91,4 @@ const updateChangelog = async () => {
|
|||
fs.writeFileSync(`${excalidrawDir}/CHANGELOG.md`, updatedContent, "utf8");
|
||||
};
|
||||
|
||||
updateChangelog();
|
||||
module.exports = updateChangelog;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue