2 Commits

Author SHA1 Message Date
Matthias Langhard
5d2c1d8f63 feat: bumps version number 2021-11-04 13:39:10 +01:00
Matthias Langhard
aeae68b5c4 feat: allows pipeline to run with 'v' prefix 2021-11-04 13:38:51 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ running tests for tag:
publish to nuget:
only:
- /^\d*.\d*.\d*$/ # gets triggered if the commit tag is in the form n.n.n where n is any number
- /^v+\d*.\d*.\d*$/ # gets triggered if the commit tag is in the form n.n.n where n is any number
image: mcr.microsoft.com/dotnet/sdk:5.0
stage: publish
script:

View File

@@ -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.3.0</Version>
<Version>0.3.1</Version>
<Authors>Matthias Langhard</Authors>
<Company>Novaloop AG</Company>
<PackageProjectUrl>https://gitlab.com/novaloop-oss/novaloop.update-tag</PackageProjectUrl>