1
0
Fork 0

Add release notes for `actions/github` 4.0.0 (#507)

* Add release notes for 4.0.0
pull/508/head
Thomas Boop 2020-06-26 13:42:57 -04:00 committed by GitHub
parent 2d47f7b7f6
commit ea503a235e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,11 @@
# @actions/github Releases # @actions/github Releases
### 4.0.0
- [Add execution state information to context](https://github.com/actions/toolkit/pull/499)
- [Update Octokit Dependencies with some api breaking changes](https://github.com/actions/toolkit/pull/498)
- The full list of api changes are [here](https://github.com/octokit/plugin-rest-endpoint-methods.js/releases/tag/v4.0.0)
- `GitHub.plugin()` no longer supports an array as first argument. Multiple args must be passed in instead.
### 3.0.0 ### 3.0.0
- [Swap to @octokit/core and use plugins to leverage lastest octokit apis](https://github.com/actions/toolkit/pull/453) - [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) - [Add comment field to payload context](https://github.com/actions/toolkit/pull/375)

View File

@ -1,6 +1,6 @@
{ {
"name": "@actions/github", "name": "@actions/github",
"version": "3.0.0", "version": "4.0.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@actions/github", "name": "@actions/github",
"version": "3.0.0", "version": "4.0.0",
"description": "Actions github lib", "description": "Actions github lib",
"keywords": [ "keywords": [
"github", "github",