From d69e699ab956dac3d3d25bb3c3feda23c1cb3a6c Mon Sep 17 00:00:00 2001 From: Thomas Boop <52323235+thboop@users.noreply.github.com> Date: Wed, 3 Jun 2020 10:12:22 -0400 Subject: [PATCH] Update release information for @actions/github 3.0.0 (#489) --- packages/github/RELEASES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/github/RELEASES.md b/packages/github/RELEASES.md index 00db5e66..b523ba3a 100644 --- a/packages/github/RELEASES.md +++ b/packages/github/RELEASES.md @@ -1,5 +1,9 @@ # @actions/github Releases +### 3.0.0 +- [Swap to @octokit/core and use plugins to leverage lastest octokit apis](https://github.com/actions/toolkit/pull/453) +- [Add comment field to payload context](https://github.com/actions/toolkit/pull/375) + ### 2.2.0 - [Support GHES: Use GITHUB_API_URL and GITHUB_GRAPHQL_URL to determine baseUrl](https://github.com/actions/toolkit/pull/449)