Closed louisfischer closed 7 years ago
Throughts:
Cake.EntityFramework6
-alpha
under Semantic VersioningWhat do you think about using Gitflow? Master would be the copy that gets deployed.
I created a develop branch
Damn, you blocked my commit to fix the build.
Never really liked true Gitflow - could we transpose where master is upstream and stable is what is deployed?
How about GitHubFlow? - http://scottchacon.com/2011/08/31/github-flow.html
There's a lot of ceremony in GitFlow, much of which doesn't integrate into UI's and doesn't work well under Windows. It also breaks Git defaults (IMHO) and increases conceptual overhead.
Works for me....I like githubflow. How about using tags when deploying to Nuget?
I like that, makes it easy for Appveyor to know what to deploy to what. What do you think, tags = nuget release versions?
Yep. The Tag will equal the version number. BTY, I use gitkraken for windows. It makes work with git super simple and has a nice GUI front end. If you it is ok, I will go ahead and get rid of the develop branch and just use feature branches.. I will merge what is in develop to master then drop the branch.
Thanks @louisfischer!
Review and standardize Deployment to nuget using the Cake.Reciepe repo that other cake plugins are using. This includes code coverage, automated test runs, and Deployment to Nuget via AppVeyor