Skip to content

Commit adba277

Browse files
committed
Updated CI/CD
1 parent b755de0 commit adba277

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

nuke/Build.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ protected override void OnBuildInitialized()
8989

9090
if (ScheduledTargets.Contains(Default))
9191
{
92-
Version = $"{Version}-ci-{buildNumber}";
92+
Version = $"{Version}-ci.buildNumber}";
9393
}
9494
else if (ScheduledTargets.Contains(PrePublish))
9595
{
96-
Version = $"{Version}-alpha-{buildNumber}";
96+
Version = $"{Version}-beta.{buildNumber}";
9797
}
9898
}
9999

nuke/ReleaseNotesParser.cs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,6 @@
1717
/// </remarks>
1818
public sealed class ReleaseNotesParser
1919
{
20-
private readonly Regex _versionRegex;
21-
22-
/// <summary>
23-
/// Initializes a new instance of the <see cref="ReleaseNotesParser"/> class.
24-
/// </summary>
25-
public ReleaseNotesParser()
26-
{
27-
_versionRegex = new Regex(@"(?<Version>\d+(\s*\.\s*\d+){0,3})(?<Release>-[a-z][0-9a-z-]*)?");
28-
}
29-
3020
/// <summary>
3121
/// Parses all release notes.
3222
/// </summary>

src/AngleSharp.Css.nuspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<authors>AngleSharp</authors>
77
<owners>Florian Rappl</owners>
88
<license type="expression">MIT</license>
9+
<repository type="git" url="https://github.com/AngleSharp/AngleSharp.Css" />
910
<projectUrl>https://anglesharp.github.io</projectUrl>
1011
<icon>logo.png</icon>
1112
<readme>README.md</readme>

0 commit comments

Comments
 (0)