python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Establish which version/tag a commit contributes to
In a commit based research for Software Engineering, the first task I've been asked to do is to link every commit to a version. So, per say, every commit that happened between version 1.1 to 1.2 would...
Gerardo Festa
Votes: 0
Answers: 0
How to integrate Gitversion
I would like to integrate an automated versioning system in my ASP.NET project. For each release, it should have a version number based on the previous release. I am planning to integrate Gitversion h...
Mohamed Hussain
Votes: 0
Answers: 2
dotnet-gitversion.exe /updateAssemblyinfo $destFileName /ensureassemblyinfo in parallel
My program uses dotnet-gitversion.exe /updateAssemblyinfo $destFileName /ensureassemblyinfo to find the version from git tags. It is done as pre-build event in several projects. When I build entire so...
Ashot
Votes: 0
Answers: 1
GitVersion for Github flow
I want to auto version my c# projects using GitVersion. We're mainly using Github flow where our master branch is always 'buildable' and we deploy this directly.
Fixes (patch++) are commits directly ...
sommmen
Votes: 0
Answers: 0