Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Stash branches and product (NuGet) version numbers strategy

Craig Goldie November 9, 2014

We are evaluating Stash and are wondering how to set the product version number (in the assemblyinfo files), which is then published to NuGet, when following the GitFlow branch model.

In our current (non-Git) repository we have a version.txt file which exists for each branch. This version.txt file is used (when we do a build) to update all the assemblyinfo files with this version number, and is used when publishing the assemblies to NuGet. However this version.txt file 'sticks' to each branch. i.e. we do not merge it from develop into master.

e.g. master has a version.txt file which contains "2.0.0"

      develop has a version.txt file which contains "2.1.0-dev"

      feature/MyFeatureA has a version.txt file which contains "2.1.0-featureMyFeatureA"

With our current repository when feature/MyFeatureA is merged into develop we merge all the files except the version.txt file. 

Now using Stash (git) we won't be able to do this because all the files will be merged, so after the merge the first thing we would have to do is update the version.txt file again to revert it back to '2.1.0-dev'. This wouldn't be particularly helpful for having a streamlined dev process for merging feature branch or bug fix changes.

Do you have a recommended approach for doing this? I did notice https://github.com/Particular/GitVersion which uses the branch name to derive the version number rather than using a version.txt file.

Craig

1 answer

0 votes
Balázs Szakmáry
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 9, 2014

Read this. The "Merge strategies" section describes very nicely how to apply "git merge -s ours" to solve this problem.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events