-
Notifications
You must be signed in to change notification settings - Fork 654
Review and comment fixes #371
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Review and comment fixes #371
Conversation
… when using continuous deployment mode
…e version always majorMinorPatch
I'm aware that develop defaults to ContinuousDelivery but that hasn't been changed by this commit?
Did you fix a bug as well with this commit? |
I'll guess it would be great if parts of the default configuration was placed in the readme/wiki
|
@orjan yeah because the inheirting of module was the wrong way (global overwrote branch) even though develop was continuous deployment it got overred. https://github.com/ParticularLabs/GitVersion/tree/release/3.0.0#configuration has been updated to say this. Also you can run Is that enough? |
Basically develop should change SemVer every commit by default. Other branches only when you tag them |
It's perfect, release the beast! On Mon, Feb 16, 2015 at 10:09 PM, Jake Ginnivan [email protected]
Örjan Sjöholm |
Sweet, appreciate the review. Have made a bunch of silly mistakes in 3.0 and these sort of questions have made for a higher quality release. |
No description provided.