aldrichtr / infraspective

Infrastructure testing using pester
MIT License
18 stars 0 forks source link

Use gitversion to standardize versioning releases #70

Closed aldrichtr closed 1 year ago

aldrichtr commented 2 years ago

Feature or enhancement

gitversion is a dotnet tool for automatically (sem)versioning commits. Currently, I am just adding a "revision tag" to the code base when I am ready to bump the version.

GitVersion and it's associated configuration will help to automate and standardize that process