chore: improvements

This commit is contained in:
Matthias Langhard
2021-11-02 12:21:27 +01:00
parent b330cf23cc
commit 0ede69ccc4
9 changed files with 87 additions and 16 deletions

View File

@@ -1,3 +1,8 @@
# update-tag
Updates the tag of a repo to the next chosen version according the semver symantic.
Updates the tag of a repo to the next chosen version according the semver symantic.
## Install
```
dotnet tool install --global Novaloop.UpdateTag
```