This repository has been archived on 2025-05-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
novaloop.update-tag/README.md
2021-11-03 08:02:44 +01:00

15 lines
233 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
```
## Update
```
dotnet tool update --global Novaloop.UpdateTag
```