standard-version
standard-version copied to clipboard
No way to change preMajor spec parameter
https://github.com/conventional-changelog/standard-version/blob/095e1ebc1ab393c202984b694395224a6888b825/lib/lifecycles/bump.js#L115-L118
I've noticed that when in 0.y.z version any commit is treated as a patch. I did some research and couldn't find a reason backing that. When I wanted to overrule this I saw that my config is ignored and preMajor is set to true regardless. Why and can we be allowed to change it?