Closed Djaytan closed 9 months ago
Issues
0 New issues
Measures
0 Security Hotspots
No data about Coverage
No data about Duplication
:tada: This PR is included in version 3.0.3 :tada:
The release is available on:
v3.0.3
Your semantic-release bot :package::rocket:
:tada: This PR is included in version 3.0.3 :tada:
The release is available on:
v3.0.3
Your semantic-release bot :package::rocket:
:tada: This PR is included in version 3.0.3 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
The error is not obvious especially when looking at the returned error message by the
semantic-release
CLI:We can see that the script has been executed, meaning that the file's permissions are well setup. We can see as well that the command
echo "Generating plugin file for version ${NEW_VERSION}..."
has been executed successfully as well. However, it seems the script stop its execution when reaching themvn
commands.When checking the script content, we can observe that the
ROOT_REPOSITORY_DIR
is pointing to the wrong directory. Actually it resolves to the.github
repository and not the project root one, meaning that themvn
command fails because nopom.xml
file can be found in the current working directory. Based on that, the fix appears to be trivial.