Skip to content

Commit

Permalink
release-docs-v
Browse files Browse the repository at this point in the history
  • Loading branch information
danstarns committed Oct 22, 2024
1 parent f8039b8 commit a1349bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/releaseDocs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ async function prepareCoreRelease() {

// Create a new release branch
const newVersion = JSON.parse(fs.readFileSync(`${pathLib}/package.json`, 'utf8')).version;
const newBranch = `release-v${newVersion}`;
const newBranch = `release-docs-v${newVersion}`;
runCommand(`git checkout -b ${newBranch}`);
runCommand('git add .');
runCommand(`git commit -m "Release GrapesJS docs ${releaseTag}: v${newVersion}"`);
Expand Down

0 comments on commit a1349bb

Please sign in to comment.