MethodsAndPractices / vsteam

PowerShell module for accessing Azure DevOps Services and Azure DevOps Server (formerly VSTS or TFS)

Home Page:https://methodsandpractices.github.io/vsteam-docs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update semantic version with github action

SebastianSchuetze opened this issue · comments

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