gep13-archive / WebApiSample

Sample Web API Project with various pieces AutoFac, AutoMapper, NUnit
MIT License
7 stars 5 forks source link

Setup Gitflow #5

Closed gep13 closed 10 years ago

gep13 commented 10 years ago
gep13 commented 10 years ago

I have created develop branch, and set this as the default.

More will be required here, i.e. setting up GitVersion to create the current version number etc, so will leave this the way it is just now, and will continue later.

NathanGloyn commented 10 years ago

do you feel that with the 2 of us we need GitFlow & GitVersion?

gep13 commented 10 years ago

Yeah, possibly a step too far, was just going by what I have done recently for ChocolateyGUI. I don't think that it adds much to the process (assuming you are happy to use Pull Requests for work). It was more the use of GitVersion that I wanted so that when it came time to do the deployments, it would be clear what was deployed.

gep13 commented 10 years ago

This is now up and running on AppVeyor. Build number is generated using GitVersion, both locally (with the use of build.bat) and when running on AppVeyor.