mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
don't use readme_next
This commit is contained in:
parent
5e8222e3bb
commit
0ba2025ef8
4 changed files with 303 additions and 68 deletions
|
@ -1,7 +1,6 @@
|
|||
const fs = require("fs");
|
||||
const util = require("util");
|
||||
const exec = util.promisify(require("child_process").exec);
|
||||
const updateReadme = require("./updateReadme");
|
||||
const updateChangelog = require("./updateChangelog");
|
||||
|
||||
const excalidrawDir = `${__dirname}/../src/packages/excalidraw`;
|
||||
|
@ -16,7 +15,6 @@ const updatePackageVersion = (nextVersion) => {
|
|||
|
||||
const release = async (nextVersion) => {
|
||||
try {
|
||||
updateReadme();
|
||||
await updateChangelog(nextVersion);
|
||||
updatePackageVersion(nextVersion);
|
||||
await exec(`git add -u`);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue