Skip to content

Commit

Permalink
Fix Set version file
Browse files Browse the repository at this point in the history
  • Loading branch information
YauheniKapliarchuk committed Feb 5, 2025
1 parent c11afa9 commit 3940ca7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions devtools/scripts/project/set-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ const createReleaseCommit = async (version) => {

const setVersion = async (opts) => {
const { logger } = opts;
1
console.log("WWWW: ");

if (!await isWorkdirClean()) {
logger.error(chalk.bold('❗ Commit all changes before release'));
Expand Down

0 comments on commit 3940ca7

Please sign in to comment.