csharpfritz / TAML

Defining the coolest and simplest markup language delimited ONLY by tabs
MIT License
23 stars 11 forks source link

Implement MinVer to use proper Version Numbers #57

Closed Stelzi79 closed 3 years ago

Stelzi79 commented 3 years ago

I've tested all the GitHub actions in my Fork and even tested the NuGet workflow publish. it perfectly published it to Nuget Stelzi79.TAML (unlisted!)! See also the run of the Workflow on my fork (publish to nuget) and the run of the normal build task (.NET Core)

Stelzi79 commented 3 years ago

Also if you want to do it without this particular NuGet publish action simply setting the MinVerVersionOverride environment variable tells MinVer which Version it should use instead the one it calculates. MinVer normally calculates the version from the last Git tag and then counts up the commits between the current and the commit with the tag. A GitHub release is nothing more than a fancy UI to add a Git tag IMO.