GitHub Actions Support Release Notes

3.0.0 (July 17, 2023)

As part of this release we had 3 issues closed.

Requirements

  • Cake 3.x
  • Cake.Issues 3.x
  • Cake.Issues.PullRequests 3.x
  • Targeting .NET 6 and .NET 7

Breaking changes

  • #150 Build against Cake.Issues 3.0 by @pascalberger
  • #149 Update to Cake 3.0 by @pascalberger
  • #148 Multi-Target .NET 6 & 7 instead of .NET Core 3.1, 5 & 6 by @pascalberger

Chores

  • #157 Update Dependabot config by @pascalberger

Full Changelog: https://github.com/cake-contrib/Cake.Issues.PullRequests.GitHubActions/compare/2.0.0...3.0.0

3.0.0-beta.1 (June 13, 2023)

As part of this release we had 3 issues closed.

Requirements

  • Cake 3.x
  • Cake.Issues 3.0.0-beta.1
  • Cake.Issues.PullRequests 3.0.0-beta.1
  • Targeting .NET 6 and .NET 7

Breaking changes

  • #150 Build against Cake.Issues 3.0 by @pascalberger
  • #149 Update to Cake 3.0 by @pascalberger
  • #148 Multi-Target .NET 6 & 7 instead of .NET Core 3.1, 5 & 6 by @pascalberger

Chores

  • #157 Update Dependabot config by @pascalberger

Full Changelog: https://github.com/cake-contrib/Cake.Issues.PullRequests.GitHubActions/compare/2.0.0...3.0.0-beta.1

2.0.0 (December 08, 2022)

As part of this release we had 3 issues closed.

Requirements

  • Cake 2.x
  • Cake.Issues 2.x
  • Cake.Issues.PullRequests 2.x
  • Targeting .NET Core 3.1, .NET 5 and .NET 6

Breaking changes

  • #124 Build against Cake.Issues 2.0 by @pascalberger
  • #123 Multi-Target .NET Core 3.1, 5 & 6 instead of .NET Standard 2.0 by @pascalberger
  • #122 Update to Cake 2.0 by @pascalberger

Chores

  • #128 Build with Visual Studio 2022 by @pascalberger
  • #131 Build with Cake .NET tool by @pascalberger
  • #132 Update build to Cake Recipe 3.0 by @pascalberger
  • #133 Fix AppVeyor build by @pascalberger
  • #134 Disable Coveralls by @pascalberger

Full Changelog: https://github.com/cake-contrib/Cake.Issues.PullRequests.GitHubActions/compare/1.0.0...2.0.0

2.0.0-beta.1 (July 26, 2022)

As part of this release we had 3 issues closed.

Requirements

  • Cake 2.x
  • Cake.Issues 2.0.0-beta.1
  • Cake.Issues.PullRequests 2.0.0-beta.1
  • Targeting .NET Core 3.1, .NET 5 and .NET 6

Breaking changes

  • #124 Build against Cake.Issues 2.0
  • #123 Multi-Target .NET Core 3.1, 5 & 6 instead of .NET Standard 2.0
  • #122 Update to Cake 2.0

1.0.0 (July 28, 2021)

As part of this release we had 3 issues closed.

Requirements

  • Cake 1.x
  • Cake.Issues 1.x
  • Cake.Issues.PullRequests 1.x
  • Targeting .NET Standard 2.0

Breaking changes

  • #96 Build against Cake 1.0
  • #108 Build against Cake.Issues 1.0

Documentation

  • #115 Add cake-addin tag to NuGet package

1.0.0-beta.1 (February 27, 2021)

As part of this release we had 2 issues closed.

Requirements

  • Cake 1.x
  • Cake.Issues 1.0.0-beta.1
  • Cake.Issues.PullRequests 1.0.0-beta.1
  • Targeting .NET Standard 2.0

Breaking changes

  • #108 Build against Cake.Issues 1.0
  • #96 Build against Cake 1.0

0.9.0 (September 26, 2020)

As part of this release we had 2 issues closed.

Requirements

  • Cake 0.33.0 or higher
  • Cake.Issues 0.9.x
  • Cake.Issues.PullRequests 0.9.x
  • Targeting .NET Standard 2.0

Feature

  • #80 Report issues to GitHub Actions

0.9.0-beta.1 (September 26, 2020)

As part of this release we had 2 issues closed.

Requirements

  • Cake 0.33.0 or higher
  • Cake.Issues 0.9.x
  • Cake.Issues.PullRequests 0.9.x
  • Targeting .NET Standard 2.0

Feature

  • #80 Report issues to GitHub Actions
GitHub