Commits need to adhere to semantic release format in order to release/not release new versions correctly. Please check https://semantic-release.gitbook.io/semantic-release/#commit-message-format.
In CI, yarn prettier:check
verifies the formatting of the code. To ensure your code is formatted correctly, please
run yarn fmt
before committing it.