MethodsAndPractices / vsteam

PowerShell module for accessing Azure DevOps Services and Azure DevOps Server (formerly VSTS or TFS)
https://methodsandpractices.github.io/vsteam-docs/
MIT License
442 stars 155 forks source link

Update semantic version with github action #457

Open SebastianSchuetze opened 2 years ago

SebastianSchuetze commented 2 years ago

Proposal

Semantic version tags need to be added manually and also version of the module has to be updated manually. It sometimes creates unnecessary manual commits.

Solved Problem

Write github action workflow in a way so that module version and tagging are not updated manually anymor

https://github.com/marketplace/actions/git-semantic-version

Additional info / code snippets?

No response