I started using semantic-release
for some projects I have, is there a way to "force" a patch release on a docs:
commit?
Why on docs? Because it publishes on npm too and I want to have the latest documentation there.
I also use dependabot to keep my dependencies up to date, should have patch releases for updated dependencies too, since a fix in a dependency is a potential fix in my project too.