Repository where I play around with the Semantic Release tool.
Semantic Release does not support releasing with major version 0
. The official
recommendation is to use pre-releases instead. If 0.x
versions are a must, use
something like Release Please instead.
Not directly possible with Semantic Release. But Semantic Release uses packages from conventional-changelog under the hood and these include a CLI.
npm install -g conventional-changelog-conventionalcommits
npm install -g conventional-changelog-cli
Use either assets/config.js
or
assets/config.json
.
conventional-changelog -r 0 --config <config-file>