I am using npm semantic-release in my project (https://www.npmjs.com/package/semantic-release). While I understand that the idea is not to tinker with the calculated version, I would like to create a specific version as a one off. Does anyone know if and how this is possible?
For example let's say I'm on version 1.0.1
, I'd like to create version 1.0.2-desc.1
. After this is released I'd like to continue with 1.0.3
/1.1.0
/2.0.0
or whatever is next.