Incrementing Versions

Issue #5 invalid
Anant Goyal created an issue

I am trying to change the version of my software. My current versioning is of the format 1.0.0.0. I am using a master branch from which all of the developers create branches for their work and submit pull requests in BitBucket to the master branch. The issue I'm facing is that I the version is constantly increasing for the commits (1.0.0.0 -> 1.0.0.1) but I am unable to go to a version such as 1.0.1.0, 1.1.0.0 or 2.0.0.0. I've attached a picture of what our workflows look like. CDworkflows_basic2.png

Comments (2)

  1. Log in to comment