Compare commits
4 Commits
v0.6.0-RC.
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
4292758118
|
|||
|
|
3ddf81bd1d
|
||
|
|
b6a4a8f8ec | ||
|
|
5e1dd98ecd |
@@ -3,6 +3,8 @@ stages:
|
||||
- publish
|
||||
|
||||
running tests for tag:
|
||||
only:
|
||||
- tags
|
||||
image: mcr.microsoft.com/dotnet/sdk:5.0
|
||||
stage: test
|
||||
script:
|
||||
|
||||
@@ -10,7 +10,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.5.0</Version>
|
||||
<Version>0.6.1</Version>
|
||||
<Authors>Matthias Langhard</Authors>
|
||||
<Company>Novaloop AG</Company>
|
||||
<PackageProjectUrl>https://gitlab.com/novaloop-oss/novaloop.update-tag</PackageProjectUrl>
|
||||
|
||||
@@ -16,7 +16,7 @@ namespace Application.Models
|
||||
{
|
||||
NextVersions.Add(new NextVersion("patch-rc", currentVersion.CreatePatchRc()));
|
||||
NextVersions.Add(new NextVersion("minor-rc", currentVersion.CreateMinorRc()));
|
||||
NextVersions.Add(new NextVersion("minor-rc", currentVersion.CreateMajorRc()));
|
||||
NextVersions.Add(new NextVersion("major-rc", currentVersion.CreateMajorRc()));
|
||||
NextVersions.Add(new NextVersion("patch ", currentVersion.NextPatch()));
|
||||
NextVersions.Add(new NextVersion("minor ", currentVersion.NextMinor()));
|
||||
NextVersions.Add(new NextVersion("major ", currentVersion.NextMajor()));
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="CliWrap" Version="3.3.3" />
|
||||
<PackageReference Include="LibGit2Sharp" Version="0.26.2" />
|
||||
<PackageReference Include="LibGit2Sharp" Version="0.27.0-preview-0158" />
|
||||
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="5.0.0" />
|
||||
<PackageReference Include="semver" Version="2.0.6" />
|
||||
</ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user