Closed eduardocorrearaujo closed 2 years ago
@xmnlab take a look at this thread: https://stackoverflow.com/questions/73080088/how-to-solve-jsondecodeerror-when-using-poetry-in-github-actions
Besides the error in the CI, on my local machine, all dependencies are installed.
Thank you @eduardocorrearaujo , I will take a look into that today
:tada: This PR is included in version 2.0.0 :tada:
The release is available on:
2.0.0
Your semantic-release bot :package::rocket:
Description
Checklist
CODE_OF_CONDUCT.md
document.CONTRIBUTING.md
guide.chore(docs):
for Examples / docs / tutorials / dependencies updatefix:
for a bug fix (non-breaking change which fixes an issue).chore(improvement):
for an improvement (non-breaking change which improves an existing feature).feat:
for a new feature (non-breaking change which adds functionality).BREAKING CHANGE:
for a breaking change (fix or feature that would cause existing functionality to change).chore(security):
for a security fix.Note: The title prefix can be also expanded with more information inside the parenthesis. Some examples for a full title (prefix + message):
fix(login): Fix the login page
.feat(forecast): Add a weather forecast page
.chore(security-login): Add a weather forecast page
.