I am using semantic-release with travis CI to automatically publish my package. I have two question:
- My version has automatically been upgraded to v1.0.0. I want it to be something like v1.0.0-development. How can I do that?
- Why my github's package.json's version not same as what has been published to npm?