I use the default worflow of yarn for making a new release: yarn version --new-version patch
This makes a commit with message like v0.0.1
Currently I have to update the commit message to say Release v0.0.1 or change the configuration of this action.
Although very minor, it would be nice for that to simply work.