Open
Description
Hi there,
I am trying to upgrade the changelog versions from what I consider the beta ones to mayors (that is to say, from 0.x.y to 1.x.y), but I am not able to do so, instead I am obtaining the minor version. You may find the example I am following below:
- 0.0.0 -> fix, feat, others... -> "npx standard-version" -> 0.0.1
- 0.0.1 -> fix, feat, others... -> "npx standard-version" -> 0.0.2
- 0.0.2 -> fix, feat, others... -> "npx standard-version" -> 0.0.3
- 0.0.3 -> fix, feat, others... and BREAKING CHANGE -> "npx standard-version" -> 0.1.0
Which steps should I follow in order to make a double BREAKING CHANGE so I can have 1.x.y?
Thanks in advance, looking forward to hearing from you.
Kind regards.
Daniel.