Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
189cbe0ae8 | ||
|
|
0cdd2aa4be |
@@ -3,6 +3,13 @@
|
||||
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
|
||||
```
|
||||
@@ -9,7 +9,7 @@
|
||||
<PackageId>Novaloop.UpdateTag</PackageId>
|
||||
<title>Updates the tag of a repo to the next chosen version according the semver symantic.</title>
|
||||
<PackageTags>semver;update-tag;tag;git</PackageTags>
|
||||
<Version>0.1.2</Version>
|
||||
<Version>0.1.4</Version>
|
||||
<Authors>Matthias Langhard</Authors>
|
||||
<Company>Novaloop AG</Company>
|
||||
<PackageProjectUrl>https://gitlab.com/novaloop-oss/novaloop.updatetag</PackageProjectUrl>
|
||||
|
||||
Reference in New Issue
Block a user