BoykaFramework / boyka-framework

🎉 Ultimate test automation framework for automating any application on any platform
https://boykaframework.github.io/boyka-framework/
MIT License
123 stars 42 forks source link

🐛 New Bug: Issue when trying to release new version #872

Closed WasiqB closed 1 month ago

WasiqB commented 1 month ago

❓ What is the bug?

Error encountered while committing the changes during release workflow

Issue Version

v1.2.0

🖥️ What framework domain type is this bug for?

Workflow

📃 Steps to reproduce the bug

Following Error is encountered:

Changeset:
 M CHANGELOG.md
 M core-java/pom.xml
- Git commit
✖ Git commit
ERROR Error: file:///home/runner/work/boyka-framework/boyka-framework/node_modules/.pnpm/@commitlint+cli@19.3.0_@types+node@22.0.0_typescript@5.5.4/node_modules/@commitlint/cli/lib/cli.js:127
        throw err;
        ^
[Error: ENOENT: no such file or directory, open '/home/runner/work/boyka-framework/boyka-framework/.git/COMMIT_EDITMSG'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'open',
  path: '/home/runner/work/boyka-framework/boyka-framework/.git/COMMIT_EDITMSG'
}
Node.js v18.20.4
husky - pre-commit script failed (code 1)
Rolling back changes...
Resetting local changes made
 ELIFECYCLE  Command failed with exit code 1.
 ELIFECYCLE  Command failed with exit code 1.
Error: Process completed with exit code 1.

✅ Expected Behavior

Release workflow should be completed successfully.