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.
the plugin in charge of deciding if your changes should trigger a release is
"@semantic-release/commit-analyzer"
(no need to install it specifically), all you need to config is the"releaseRules"
value: