smartcar / python-sdk

Smartcar Python SDK
MIT License
44 stars 13 forks source link

fix: empty commit to fix broken build #99

Closed nbry closed 3 years ago

nbry commented 3 years ago

My last commit caused a break in the build, because it did not follow Angular Commit Convetion, required for semantic release.

smartcar-ci commented 3 years ago

:tada: This PR is included in version 6.0.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket:

gurpreetatwal commented 3 years ago

It was actually okay that the last commit didn't trigger a release. The last commit didn't have any client facing changes, just changes for anyone who is developing the SDK. Anyone developing the SDK would create a new branch from master which would have the fixes :D

tl;dr no release required for internal changes