mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: pass next release to updatePackageVersion & replace ## unreleased with new version (#3806)
* fix: pass next version to updatePackageVersion * replace unreleased with next version in changelog * fix * fix
This commit is contained in:
parent
2e61fec7a6
commit
380aaa30e6
2 changed files with 7 additions and 4 deletions
|
@ -18,7 +18,7 @@ const release = async (nextVersion) => {
|
|||
try {
|
||||
updateReadme();
|
||||
await updateChangelog(nextVersion);
|
||||
updatePackageVersion();
|
||||
updatePackageVersion(nextVersion);
|
||||
await exec(`git add -u`);
|
||||
await exec(
|
||||
`git commit -m "docs: release excalidraw@excalidraw@${nextVersion} 🎉"`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue