8 lines
165 B
Markdown
8 lines
165 B
Markdown
# update-tag
|
|
|
|
Updates the tag of a repo to the next chosen version according the semver symantic.
|
|
|
|
## Install
|
|
```
|
|
dotnet tool install --global Novaloop.UpdateTag
|
|
``` |