mirror of
https://github.com/excalidraw/excalidraw
synced 2025-07-25 13:58:22 +08: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:
@ -91,4 +91,4 @@ const updateChangelog = async () => {
|
||||
fs.writeFileSync(`${excalidrawDir}/CHANGELOG.md`, updatedContent, "utf8");
|
||||
};
|
||||
|
||||
updateChangelog();
|
||||
module.exports = updateChangelog;
|
||||
|
Reference in New Issue
Block a user