Skip to content

Commit

Permalink
Merge branch 'release/4.7.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger committed Jul 16, 2024
2 parents e06c87f + f78dd03 commit b5af731
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 45 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Fetch all tags and branches
run: git fetch --prune --unshallow
- name: Install .NET
uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4
uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4
with:
# .NET 5 required for GitVersion
dotnet-version: |
Expand All @@ -23,7 +23,7 @@ jobs:
run: .\build.ps1
shell: powershell
- name: Publish NuGet package as build artifact
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
with:
name: NuGet Package
path: ./BuildArtifacts/Packages/NuGet/
Expand All @@ -39,12 +39,12 @@ jobs:
run: npm install -g markdownlint-cli
shell: powershell
- name: Download build artifact
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
with:
name: NuGet Package
path: ./BuildArtifacts/Packages/NuGet
- name: Install .NET
uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4
uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4
with:
dotnet-version: |
6.x
Expand All @@ -53,7 +53,7 @@ jobs:
working-directory: ./tests/script-runner/
shell: powershell
- name: Publish generated reports as build artifact
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
with:
name: Integration Tests Script Runner Windows (.NET Core tool)
path: ./tests/script-runner/BuildArtifacts/output/
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ For recipe compatible with Cake Script Runners see Cake.Issues.Recipe.</Descript
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/cake-contrib/Cake.Issues.Recipe.git</RepositoryUrl>
<PackageReleaseNotes>https://github.com/cake-contrib/Cake.Issues.Recipe/releases/tag/4.6.0</PackageReleaseNotes>
<PackageReleaseNotes>https://github.com/cake-contrib/Cake.Issues.Recipe/releases/tag/4.7.0</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand All @@ -42,19 +42,19 @@ For recipe compatible with Cake Script Runners see Cake.Issues.Recipe.</Descript
<PackageReference Include="Cake.AzureDevOps" Version="4.0.0" />
<PackageReference Include="Cake.Frosting" Version="4.0.0" PrivateAssets="All" />
<PackageReference Include="Cake.Frosting.Git" Version="4.0.0" />
<PackageReference Include="Cake.Issues" Version="4.6.0" />
<PackageReference Include="Cake.Frosting.Issues.EsLint" Version="4.6.0" />
<PackageReference Include="Cake.Frosting.Issues.InspectCode" Version="4.6.0" />
<PackageReference Include="Cake.Frosting.Issues.Markdownlint" Version="4.6.0" />
<PackageReference Include="Cake.Frosting.Issues.MsBuild" Version="4.6.0" />
<PackageReference Include="Cake.Frosting.Issues.PullRequests" Version="4.6.0" />
<PackageReference Include="Cake.Frosting.Issues.PullRequests.AppVeyor" Version="4.6.0" />
<PackageReference Include="Cake.Frosting.Issues.PullRequests.AzureDevOps" Version="4.6.0" />
<PackageReference Include="Cake.Frosting.Issues.PullRequests.GitHubActions" Version="4.6.0" />
<PackageReference Include="Cake.Frosting.Issues.Reporting" Version="4.6.0" />
<PackageReference Include="Cake.Frosting.Issues.Reporting.Sarif" Version="4.6.0" />
<PackageReference Include="Cake.Frosting.Issues.Reporting.Generic" Version="4.6.0" />
<PackageReference Include="Cake.Frosting.Issues.Reporting.Console" Version="4.6.0" />
<PackageReference Include="Cake.Issues" Version="4.7.0" />
<PackageReference Include="Cake.Frosting.Issues.EsLint" Version="4.7.0" />
<PackageReference Include="Cake.Frosting.Issues.InspectCode" Version="4.7.0" />
<PackageReference Include="Cake.Frosting.Issues.Markdownlint" Version="4.7.0" />
<PackageReference Include="Cake.Frosting.Issues.MsBuild" Version="4.7.0" />
<PackageReference Include="Cake.Frosting.Issues.PullRequests" Version="4.7.0" />
<PackageReference Include="Cake.Frosting.Issues.PullRequests.AppVeyor" Version="4.7.0" />
<PackageReference Include="Cake.Frosting.Issues.PullRequests.AzureDevOps" Version="4.7.0" />
<PackageReference Include="Cake.Frosting.Issues.PullRequests.GitHubActions" Version="4.7.0" />
<PackageReference Include="Cake.Frosting.Issues.Reporting" Version="4.7.0" />
<PackageReference Include="Cake.Frosting.Issues.Reporting.Sarif" Version="4.7.0" />
<PackageReference Include="Cake.Frosting.Issues.Reporting.Generic" Version="4.7.0" />
<PackageReference Include="Cake.Frosting.Issues.Reporting.Console" Version="4.7.0" />
</ItemGroup>

</Project>
26 changes: 13 additions & 13 deletions Cake.Issues.Recipe/Content/addins.cake
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
///////////////////////////////////////////////////////////////////////////////

#addin nuget:?package=Cake.Git&version=4.0.0
#addin nuget:?package=Cake.Issues&version=4.6.0
#addin nuget:?package=Cake.Issues.MsBuild&version=4.6.0
#addin nuget:?package=Cake.Issues.InspectCode&version=4.6.0
#addin nuget:?package=Cake.Issues.Markdownlint&version=4.6.0
#addin nuget:?package=Cake.Issues.EsLint&version=4.6.0
#addin nuget:?package=Cake.Issues.Reporting&version=4.6.0
#addin nuget:?package=Cake.Issues.Reporting.Generic&version=4.6.0
#addin nuget:?package=Cake.Issues.Reporting.Sarif&version=4.6.0
#addin nuget:?package=Cake.Issues.Reporting.Console&version=4.6.0
#addin nuget:?package=Cake.Issues.PullRequests&version=4.6.0
#addin nuget:?package=Cake.Issues.PullRequests.AppVeyor&version=4.6.0
#addin nuget:?package=Cake.Issues.PullRequests.AzureDevOps&version=4.6.0
#addin nuget:?package=Cake.Issues.PullRequests.GitHubActions&version=4.6.0
#addin nuget:?package=Cake.Issues&version=4.7.0
#addin nuget:?package=Cake.Issues.MsBuild&version=4.7.0
#addin nuget:?package=Cake.Issues.InspectCode&version=4.7.0
#addin nuget:?package=Cake.Issues.Markdownlint&version=4.7.0
#addin nuget:?package=Cake.Issues.EsLint&version=4.7.0
#addin nuget:?package=Cake.Issues.Reporting&version=4.7.0
#addin nuget:?package=Cake.Issues.Reporting.Generic&version=4.7.0
#addin nuget:?package=Cake.Issues.Reporting.Sarif&version=4.7.0
#addin nuget:?package=Cake.Issues.Reporting.Console&version=4.7.0
#addin nuget:?package=Cake.Issues.PullRequests&version=4.7.0
#addin nuget:?package=Cake.Issues.PullRequests.AppVeyor&version=4.7.0
#addin nuget:?package=Cake.Issues.PullRequests.AzureDevOps&version=4.7.0
#addin nuget:?package=Cake.Issues.PullRequests.GitHubActions&version=4.7.0
#addin nuget:?package=Cake.AzureDevOps&version=4.0.0
24 changes: 12 additions & 12 deletions docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@ Cake.Issues recipes will add the following addins to your build:
| Addin Cake.Issues.Recipe | Addin.Frosting.Issues.Recipe | Remarks |
|---------------------------------------------------------|---------------------------------------------------------|-|
| [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. |
| [Cake.Issues] 4.6.0 | [Cake.Issues] 4.6.0 | |
| [Cake.Issues.MsBuild] 4.6.0 | [Cake.Frosting.Issues.MsBuild] 4.6.0 | |
| [Cake.Issues.InspectCode] 4.6.0 | [Cake.Frosting.Issues.InspectCode] 4.6.0 | |
| [Cake.Issues.Markdownlint] 4.6.0 | [Cake.Frosting.Issues.Markdownlint] 4.6.0 | |
| [Cake.Issues.EsLint] 4.6.0 | [Cake.Frosting.Issues.EsLint] 4.6.0 | |
| [Cake.Issues.Reporting] 4.6.0 | [Cake.Frosting.Issues.Reporting] 4.6.0 | |
| [Cake.Issues.Reporting.Generic] 4.6.0 | [Cake.Frosting.Issues.Reporting.Generic] 4.6.0 | |
| [Cake.Issues.Reporting.Sarif] 4.6.0 | [Cake.Frosting.Issues.Reporting.Sarif] 4.6.0 | |
| [Cake.Issues.PullRequests] 4.6.0 | [Cake.Frosting.Issues.PullRequests] 4.6.0 | |
| [Cake.Issues.PullRequests.AppVeyor] 4.6.0 | [Cake.Frosting.Issues.PullRequests.AppVeyor] 4.6.0 | |
| [Cake.Issues.PullRequests.AzureDevOps] 4.6.0 | [Cake.Frosting.Issues.PullRequests.AzureDevOps] 4.6.0 | |
| [Cake.Issues.PullRequests.GitHubActions] 4.6.0 | [Cake.Frosting.Issues.PullRequests.GitHubActions] 4.6.0 | |
| [Cake.Issues] 4.7.0 | [Cake.Issues] 4.7.0 | |
| [Cake.Issues.MsBuild] 4.7.0 | [Cake.Frosting.Issues.MsBuild] 4.7.0 | |
| [Cake.Issues.InspectCode] 4.7.0 | [Cake.Frosting.Issues.InspectCode] 4.7.0 | |
| [Cake.Issues.Markdownlint] 4.7.0 | [Cake.Frosting.Issues.Markdownlint] 4.7.0 | |
| [Cake.Issues.EsLint] 4.7.0 | [Cake.Frosting.Issues.EsLint] 4.7.0 | |
| [Cake.Issues.Reporting] 4.7.0 | [Cake.Frosting.Issues.Reporting] 4.7.0 | |
| [Cake.Issues.Reporting.Generic] 4.7.0 | [Cake.Frosting.Issues.Reporting.Generic] 4.7.0 | |
| [Cake.Issues.Reporting.Sarif] 4.7.0 | [Cake.Frosting.Issues.Reporting.Sarif] 4.7.0 | |
| [Cake.Issues.PullRequests] 4.7.0 | [Cake.Frosting.Issues.PullRequests] 4.7.0 | |
| [Cake.Issues.PullRequests.AppVeyor] 4.7.0 | [Cake.Frosting.Issues.PullRequests.AppVeyor] 4.7.0 | |
| [Cake.Issues.PullRequests.AzureDevOps] 4.7.0 | [Cake.Frosting.Issues.PullRequests.AzureDevOps] 4.7.0 | |
| [Cake.Issues.PullRequests.GitHubActions] 4.7.0 | [Cake.Frosting.Issues.PullRequests.GitHubActions] 4.7.0 | |
| [Cake.AzureDevOps] 4.0.0 | [Cake.AzureDevOps] 4.0.0 | |

[Cake.Issues.Recipe]: https://www.nuget.org/packages/Cake.Issues.Recipe
Expand Down
2 changes: 1 addition & 1 deletion nuspec/nuget/Cake.Issues.Recipe.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ For recipe compatible with Cake Frosting see Cake.Frosting.Issues.Recipe.
<repository type="git" url="https://github.com/cake-contrib/Cake.Issues.Recipe.git"/>
<copyright>Copyright © Pascal Berger</copyright>
<tags>cake cake-recipe cake-issues</tags>
<releaseNotes>https://github.com/cake-contrib/Cake.Issues.Recipe/releases/tag/4.6.0</releaseNotes>
<releaseNotes>https://github.com/cake-contrib/Cake.Issues.Recipe/releases/tag/4.7.0</releaseNotes>
</metadata>
<files>
<file src="icon.png" target="" />
Expand Down

0 comments on commit b5af731

Please sign in to comment.