Skip to content

Commit 026cf15

Browse files
committed
Merge branch 'release/4.1.0'
2 parents d4672e2 + 502bb32 commit 026cf15

File tree

8 files changed

+69
-57
lines changed

8 files changed

+69
-57
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ install:
1616
- ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 8.0.100 -InstallDir $env:DOTNET_INSTALL_DIR'
1717
- ps: $env:Path = "$env:DOTNET_INSTALL_DIR;$env:Path"
1818
- ps: dotnet --info
19-
- ps: Install-Product node 14
19+
- ps: Install-Product node 20
2020
- ps: choco install markdownlint-cli --no-progress
2121

2222
build_script:

.github/renovate.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,16 @@
33
"extends": [
44
"github>cake-contrib/renovate-presets:cake-issues",
55
"github>cake-contrib/renovate-presets:frosting-addin"
6+
],
7+
"packageRules": [
8+
{
9+
"description": "Group Cake.Issues addins",
10+
"matchManagers": ["cake", "nuget"],
11+
"matchPackagePatterns": [
12+
"Cake.Issues",
13+
"Cake.Frosting.Issues"
14+
],
15+
"groupName": "Cake.Issues"
16+
}
617
]
718
}

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: .\build.ps1
2424
shell: powershell
2525
- name: Publish NuGet package as build artifact
26-
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4
26+
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4
2727
with:
2828
name: NuGet Package
2929
path: ./BuildArtifacts/Packages/NuGet/
@@ -39,7 +39,7 @@ jobs:
3939
run: npm install -g markdownlint-cli
4040
shell: powershell
4141
- name: Download build artifact
42-
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4
42+
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4
4343
with:
4444
name: NuGet Package
4545
path: ./BuildArtifacts/Packages/NuGet
@@ -53,7 +53,7 @@ jobs:
5353
working-directory: ./tests/script-runner/
5454
shell: powershell
5555
- name: Publish generated reports as build artifact
56-
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4
56+
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4
5757
with:
5858
name: Integration Tests Script Runner Windows (.NET Core tool)
5959
path: ./tests/script-runner/BuildArtifacts/output/

Cake.Frosting.Issues.Recipe/Cake.Frosting.Issues.Recipe/Cake.Frosting.Issues.Recipe.csproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ For recipe compatible with Cake Script Runners see Cake.Issues.Recipe.</Descript
2424
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2525
<RepositoryType>git</RepositoryType>
2626
<RepositoryUrl>https://github.com/cake-contrib/Cake.Issues.Recipe.git</RepositoryUrl>
27-
<PackageReleaseNotes>https://github.com/cake-contrib/Cake.Issues.Recipe/releases/tag/4.0.0</PackageReleaseNotes>
27+
<PackageReleaseNotes>https://github.com/cake-contrib/Cake.Issues.Recipe/releases/tag/4.1.0</PackageReleaseNotes>
2828
</PropertyGroup>
2929

3030
<ItemGroup>
@@ -39,16 +39,16 @@ For recipe compatible with Cake Script Runners see Cake.Issues.Recipe.</Descript
3939
<PackageReference Include="Cake.AzureDevOps" Version="4.0.0" />
4040
<PackageReference Include="Cake.Frosting" Version="4.0.0" PrivateAssets="All" />
4141
<PackageReference Include="Cake.Frosting.Git" Version="4.0.0" />
42-
<PackageReference Include="Cake.Issues" Version="4.0.0" />
43-
<PackageReference Include="Cake.Issues.EsLint" Version="4.0.0" />
44-
<PackageReference Include="Cake.Issues.InspectCode" Version="4.0.0" />
45-
<PackageReference Include="Cake.Issues.Markdownlint" Version="4.0.0" />
46-
<PackageReference Include="Cake.Frosting.Issues.MsBuild" Version="4.0.0" />
47-
<PackageReference Include="Cake.Issues.PullRequests" Version="4.0.0" />
42+
<PackageReference Include="Cake.Issues" Version="4.1.0" />
43+
<PackageReference Include="Cake.Issues.EsLint" Version="4.1.0" />
44+
<PackageReference Include="Cake.Issues.InspectCode" Version="4.1.0" />
45+
<PackageReference Include="Cake.Issues.Markdownlint" Version="4.1.0" />
46+
<PackageReference Include="Cake.Frosting.Issues.MsBuild" Version="4.1.0" />
47+
<PackageReference Include="Cake.Frosting.Issues.PullRequests" Version="4.1.0" />
4848
<PackageReference Include="Cake.Issues.PullRequests.AppVeyor" Version="4.0.0" />
4949
<PackageReference Include="Cake.Issues.PullRequests.AzureDevOps" Version="4.0.0" />
5050
<PackageReference Include="Cake.Issues.PullRequests.GitHubActions" Version="4.0.0" />
51-
<PackageReference Include="Cake.Issues.Reporting" Version="4.0.0" />
51+
<PackageReference Include="Cake.Issues.Reporting" Version="4.1.0" />
5252
<PackageReference Include="Cake.Frosting.Issues.Reporting.Sarif" Version="4.0.0" />
5353
<PackageReference Include="Cake.Frosting.Issues.Reporting.Generic" Version="4.0.0" />
5454
</ItemGroup>

Cake.Issues.Recipe/Content/addins.cake

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
///////////////////////////////////////////////////////////////////////////////
44

55
#addin nuget:?package=Cake.Git&version=4.0.0
6-
#addin nuget:?package=Cake.Issues&version=4.0.0
7-
#addin nuget:?package=Cake.Issues.MsBuild&version=4.0.0
8-
#addin nuget:?package=Cake.Issues.InspectCode&version=4.0.0
9-
#addin nuget:?package=Cake.Issues.Markdownlint&version=4.0.0
10-
#addin nuget:?package=Cake.Issues.EsLint&version=4.0.0
11-
#addin nuget:?package=Cake.Issues.Reporting&version=4.0.0
6+
#addin nuget:?package=Cake.Issues&version=4.1.0
7+
#addin nuget:?package=Cake.Issues.MsBuild&version=4.1.0
8+
#addin nuget:?package=Cake.Issues.InspectCode&version=4.1.0
9+
#addin nuget:?package=Cake.Issues.Markdownlint&version=4.1.0
10+
#addin nuget:?package=Cake.Issues.EsLint&version=4.1.0
11+
#addin nuget:?package=Cake.Issues.Reporting&version=4.1.0
1212
#addin nuget:?package=Cake.Issues.Reporting.Generic&version=4.0.0
1313
#addin nuget:?package=Cake.Issues.Reporting.Sarif&version=4.0.0
14-
#addin nuget:?package=Cake.Issues.PullRequests&version=4.0.0
14+
#addin nuget:?package=Cake.Issues.PullRequests&version=4.1.0
1515
#addin nuget:?package=Cake.Issues.PullRequests.AppVeyor&version=4.0.0
1616
#addin nuget:?package=Cake.Issues.PullRequests.AzureDevOps&version=4.0.0
1717
#addin nuget:?package=Cake.Issues.PullRequests.GitHubActions&version=4.0.0

azure-pipelines.yml

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ jobs:
5050
displayName: 'Install .NET 6'
5151
- task: NodeTool@0
5252
inputs:
53-
versionSpec: '14.x'
54-
displayName: 'Install NodeJs 14.x'
53+
versionSpec: '20.x'
54+
displayName: 'Install NodeJs 20.x'
5555
- powershell: choco install markdownlint-cli --no-progress
5656
displayName: 'Install required tools'
5757
- download: current
@@ -81,8 +81,8 @@ jobs:
8181
displayName: 'Install .NET 7'
8282
- task: NodeTool@0
8383
inputs:
84-
versionSpec: '14.x'
85-
displayName: 'Install NodeJs 14.x'
84+
versionSpec: '20.x'
85+
displayName: 'Install NodeJs 20.x'
8686
- powershell: choco install markdownlint-cli --no-progress
8787
displayName: 'Install required tools'
8888
- download: current
@@ -112,8 +112,8 @@ jobs:
112112
displayName: 'Install .NET 8'
113113
- task: NodeTool@0
114114
inputs:
115-
versionSpec: '14.x'
116-
displayName: 'Install NodeJs 14.x'
115+
versionSpec: '20.x'
116+
displayName: 'Install NodeJs 20.x'
117117
- powershell: choco install markdownlint-cli --no-progress
118118
displayName: 'Install required tools'
119119
- download: current
@@ -143,8 +143,8 @@ jobs:
143143
displayName: 'Install .NET 6'
144144
- task: NodeTool@0
145145
inputs:
146-
versionSpec: '14.x'
147-
displayName: 'Install NodeJs 14.x'
146+
versionSpec: '20.x'
147+
displayName: 'Install NodeJs 20.x'
148148
- powershell: choco install markdownlint-cli --no-progress
149149
displayName: 'Install required tools'
150150
- download: current
@@ -174,8 +174,8 @@ jobs:
174174
displayName: 'Install .NET 6'
175175
- task: NodeTool@0
176176
inputs:
177-
versionSpec: '14.x'
178-
displayName: 'Install NodeJs 14.x'
177+
versionSpec: '20.x'
178+
displayName: 'Install NodeJs 20.x'
179179
- powershell: choco install markdownlint-cli --no-progress
180180
displayName: 'Install required tools'
181181
- download: current
@@ -205,8 +205,8 @@ jobs:
205205
displayName: 'Install .NET 6'
206206
- task: NodeTool@0
207207
inputs:
208-
versionSpec: '14.x'
209-
displayName: 'Install NodeJs 14.x'
208+
versionSpec: '20.x'
209+
displayName: 'Install NodeJs 20.x'
210210
- bash: |
211211
npm install -g markdownlint-cli
212212
displayName: 'Install required tools'
@@ -238,8 +238,8 @@ jobs:
238238
displayName: 'Install .NET 7'
239239
- task: NodeTool@0
240240
inputs:
241-
versionSpec: '14.x'
242-
displayName: 'Install NodeJs 14.x'
241+
versionSpec: '20.x'
242+
displayName: 'Install NodeJs 20.x'
243243
- bash: |
244244
npm install -g markdownlint-cli
245245
displayName: 'Install required tools'
@@ -271,8 +271,8 @@ jobs:
271271
displayName: 'Install .NET 8'
272272
- task: NodeTool@0
273273
inputs:
274-
versionSpec: '14.x'
275-
displayName: 'Install NodeJs 14.x'
274+
versionSpec: '20.x'
275+
displayName: 'Install NodeJs 20.x'
276276
- bash: |
277277
npm install -g markdownlint-cli
278278
displayName: 'Install required tools'
@@ -304,8 +304,8 @@ jobs:
304304
displayName: 'Install .NET 6'
305305
- task: NodeTool@0
306306
inputs:
307-
versionSpec: '14.x'
308-
displayName: 'Install NodeJs 14.x'
307+
versionSpec: '20.x'
308+
displayName: 'Install NodeJs 20.x'
309309
- bash: |
310310
npm install -g markdownlint-cli
311311
displayName: 'Install required tools'
@@ -337,8 +337,8 @@ jobs:
337337
displayName: 'Install .NET 6'
338338
- task: NodeTool@0
339339
inputs:
340-
versionSpec: '14.x'
341-
displayName: 'Install NodeJs 14.x'
340+
versionSpec: '20.x'
341+
displayName: 'Install NodeJs 20.x'
342342
- bash: |
343343
npm install -g markdownlint-cli
344344
displayName: 'Install required tools'
@@ -370,8 +370,8 @@ jobs:
370370
displayName: 'Install .NET 6'
371371
- task: NodeTool@0
372372
inputs:
373-
versionSpec: '14.x'
374-
displayName: 'Install NodeJs 14.x'
373+
versionSpec: '20.x'
374+
displayName: 'Install NodeJs 20.x'
375375
- bash: |
376376
npm install -g markdownlint-cli
377377
displayName: 'Install required tools'
@@ -403,8 +403,8 @@ jobs:
403403
displayName: 'Install .NET 7'
404404
- task: NodeTool@0
405405
inputs:
406-
versionSpec: '14.x'
407-
displayName: 'Install NodeJs 14.x'
406+
versionSpec: '20.x'
407+
displayName: 'Install NodeJs 20.x'
408408
- bash: |
409409
npm install -g markdownlint-cli
410410
displayName: 'Install required tools'
@@ -436,8 +436,8 @@ jobs:
436436
displayName: 'Install .NET 8'
437437
- task: NodeTool@0
438438
inputs:
439-
versionSpec: '14.x'
440-
displayName: 'Install NodeJs 14.x'
439+
versionSpec: '20.x'
440+
displayName: 'Install NodeJs 20.x'
441441
- bash: |
442442
npm install -g markdownlint-cli
443443
displayName: 'Install required tools'
@@ -469,8 +469,8 @@ jobs:
469469
displayName: 'Install .NET 6'
470470
- task: NodeTool@0
471471
inputs:
472-
versionSpec: '14.x'
473-
displayName: 'Install NodeJs 14.x'
472+
versionSpec: '20.x'
473+
displayName: 'Install NodeJs 20.x'
474474
- bash: |
475475
npm install -g markdownlint-cli
476476
displayName: 'Install required tools'
@@ -502,8 +502,8 @@ jobs:
502502
displayName: 'Install .NET 6'
503503
- task: NodeTool@0
504504
inputs:
505-
versionSpec: '14.x'
506-
displayName: 'Install NodeJs 14.x'
505+
versionSpec: '20.x'
506+
displayName: 'Install NodeJs 20.x'
507507
- bash: |
508508
npm install -g markdownlint-cli
509509
displayName: 'Install required tools'

docs/overview.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ Cake.Issues recipes will add the following addins to your build:
2525
| Addin Cake.Issues.Recipe | Addin.Frosting.Issues.Recipe | Remarks |
2626
|---------------------------------------------------------|---------------------------------------------------------|-|
2727
| [Cake.Git] 4.0.0 | [Cake.Frosting.Git] 4.0.0 | Only used if `RepositoryInfoProvider` type is set to `RepositoryInfoProviderType.CakeGit`. See [Git repository information configuration] for details. |
28-
| [Cake.Issues] 4.0.0 | [Cake.Issues] 4.0.0 | |
29-
| [Cake.Issues.MsBuild] 4.0.0 | [Cake.Frosting.Issues.MsBuild] 4.0.0 | |
30-
| [Cake.Issues.InspectCode] 4.0.0 | [Cake.Issues.InspectCode] 4.0.0 | |
31-
| [Cake.Issues.Markdownlint] 4.0.0 | [Cake.Issues.Markdownlint] 4.0.0 | |
32-
| [Cake.Issues.EsLint] 4.0.0 | [Cake.Issues.EsLint] 4.0.0 | |
33-
| [Cake.Issues.Reporting] 4.0.0 | [Cake.Issues.Reporting] 4.0.0 | |
28+
| [Cake.Issues] 4.1.0 | [Cake.Issues] 4.1.0 | |
29+
| [Cake.Issues.MsBuild] 4.1.0 | [Cake.Frosting.Issues.MsBuild] 4.1.0 | |
30+
| [Cake.Issues.InspectCode] 4.1.0 | [Cake.Issues.InspectCode] 4.1.0 | |
31+
| [Cake.Issues.Markdownlint] 4.1.0 | [Cake.Issues.Markdownlint] 4.1.0 | |
32+
| [Cake.Issues.EsLint] 4.1.0 | [Cake.Issues.EsLint] 4.1.0 | |
33+
| [Cake.Issues.Reporting] 4.1.0 | [Cake.Issues.Reporting] 4.1.0 | |
3434
| [Cake.Issues.Reporting.Generic] 4.0.0 | [Cake.Frosting.Issues.Reporting.Generic] 4.0.0 | |
3535
| [Cake.Issues.Reporting.Sarif] 4.0.0 | [Cake.Frosting.Issues.Reporting.Sarif] 4.0.0 | |
36-
| [Cake.Issues.PullRequests] 4.0.0 | [Cake.Issues.PullRequests] 4.0.0 | |
36+
| [Cake.Issues.PullRequests] 4.1.0 | [Cake.Frosting.Issues.PullRequests] 4.1.0 | |
3737
| [Cake.Issues.PullRequests.AppVeyor] 4.0.0 | [Cake.Issues.PullRequests.AppVeyor] 4.0.0 | |
3838
| [Cake.Issues.PullRequests.AzureDevOps] 4.0.0 | [Cake.Issues.PullRequests.AzureDevOps] 4.0.0 | |
3939
| [Cake.Issues.PullRequests.GitHubActions] 4.0.0 | [Cake.Issues.PullRequests.GitHubActions] 4.0.0 | |
@@ -61,6 +61,7 @@ Cake.Issues recipes will add the following addins to your build:
6161
[Cake.Issues.Reporting.Sarif]: https://cakebuild.net/extensions/cake-issues-reporting-sarif/
6262
[Cake.Frosting.Issues.Reporting.Sarif]: https://cakebuild.net/extensions/cake-issues-reporting-sarif/
6363
[Cake.Issues.PullRequests]: https://cakebuild.net/extensions/cake-issues-pullrequests/
64+
[Cake.Frosting.Issues.PullRequests]: https://cakebuild.net/extensions/cake-issues-pullrequests/
6465
[Cake.Issues.PullRequests.AppVeyor]: https://cakebuild.net/extensions/cake-issues-pullrequests-appveyor/
6566
[Cake.Issues.PullRequests.AzureDevOps]: https://cakebuild.net/extensions/cake-issues-pullrequests-azuredevops/
6667
[Cake.Issues.PullRequests.GitHubActions]: https://cakebuild.net/extensions/cake-issues-pullrequests-githubactions/

nuspec/nuget/Cake.Issues.Recipe.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For recipe compatible with Cake Frosting see Cake.Frosting.Issues.Recipe.
2323
<repository type="git" url="https://github.com/cake-contrib/Cake.Issues.Recipe.git"/>
2424
<copyright>Copyright © Pascal Berger</copyright>
2525
<tags>cake cake-recipe cake-issues</tags>
26-
<releaseNotes>https://github.com/cake-contrib/Cake.Issues.Recipe/releases/tag/4.0.0</releaseNotes>
26+
<releaseNotes>https://github.com/cake-contrib/Cake.Issues.Recipe/releases/tag/4.1.0</releaseNotes>
2727
</metadata>
2828
<files>
2929
<file src="icon.png" target="" />

0 commit comments

Comments
 (0)