Skip to content

Commit

Permalink
Merge tag '4.8.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger committed Jul 19, 2024
2 parents 9daae16 + a1c807f commit fc3ddf6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
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.8.0</PackageReleaseNotes>
<PackageReleaseNotes>https://github.com/cake-contrib/Cake.Issues.Recipe/releases/tag/4.8.1</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down
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.8.0 | [Cake.Issues] 4.8.0 | |
| [Cake.Issues.MsBuild] 4.8.0 | [Cake.Frosting.Issues.MsBuild] 4.8.0 | |
| [Cake.Issues.InspectCode] 4.8.0 | [Cake.Frosting.Issues.InspectCode] 4.8.0 | |
| [Cake.Issues.Markdownlint] 4.8.0 | [Cake.Frosting.Issues.Markdownlint] 4.8.0 | |
| [Cake.Issues.EsLint] 4.8.0 | [Cake.Frosting.Issues.EsLint] 4.8.0 | |
| [Cake.Issues.Reporting] 4.8.0 | [Cake.Frosting.Issues.Reporting] 4.8.0 | |
| [Cake.Issues.Reporting.Generic] 4.8.0 | [Cake.Frosting.Issues.Reporting.Generic] 4.8.0 | |
| [Cake.Issues.Reporting.Sarif] 4.8.0 | [Cake.Frosting.Issues.Reporting.Sarif] 4.8.0 | |
| [Cake.Issues.PullRequests] 4.8.0 | [Cake.Frosting.Issues.PullRequests] 4.8.0 | |
| [Cake.Issues.PullRequests.AppVeyor] 4.8.0 | [Cake.Frosting.Issues.PullRequests.AppVeyor] 4.8.0 | |
| [Cake.Issues.PullRequests.AzureDevOps] 4.8.0 | [Cake.Frosting.Issues.PullRequests.AzureDevOps] 4.8.0 | |
| [Cake.Issues.PullRequests.GitHubActions] 4.8.0 | [Cake.Frosting.Issues.PullRequests.GitHubActions] 4.8.0 | |
| [Cake.Issues] 4.8.1 | [Cake.Issues] 4.8.1 | |
| [Cake.Issues.MsBuild] 4.8.1 | [Cake.Frosting.Issues.MsBuild] 4.8.1 | |
| [Cake.Issues.InspectCode] 4.8.1 | [Cake.Frosting.Issues.InspectCode] 4.8.1 | |
| [Cake.Issues.Markdownlint] 4.8.1 | [Cake.Frosting.Issues.Markdownlint] 4.8.1 | |
| [Cake.Issues.EsLint] 4.8.1 | [Cake.Frosting.Issues.EsLint] 4.8.1 | |
| [Cake.Issues.Reporting] 4.8.1 | [Cake.Frosting.Issues.Reporting] 4.8.1 | |
| [Cake.Issues.Reporting.Generic] 4.8.1 | [Cake.Frosting.Issues.Reporting.Generic] 4.8.1 | |
| [Cake.Issues.Reporting.Sarif] 4.8.1 | [Cake.Frosting.Issues.Reporting.Sarif] 4.8.1 | |
| [Cake.Issues.PullRequests] 4.8.1 | [Cake.Frosting.Issues.PullRequests] 4.8.1 | |
| [Cake.Issues.PullRequests.AppVeyor] 4.8.1 | [Cake.Frosting.Issues.PullRequests.AppVeyor] 4.8.1 | |
| [Cake.Issues.PullRequests.AzureDevOps] 4.8.1 | [Cake.Frosting.Issues.PullRequests.AzureDevOps] 4.8.1 | |
| [Cake.Issues.PullRequests.GitHubActions] 4.8.1 | [Cake.Frosting.Issues.PullRequests.GitHubActions] 4.8.1 | |
| [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.7.2</releaseNotes>
<releaseNotes>https://github.com/cake-contrib/Cake.Issues.Recipe/releases/tag/4.8.1</releaseNotes>
</metadata>
<files>
<file src="icon.png" target="" />
Expand Down

0 comments on commit fc3ddf6

Please sign in to comment.