Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions packages/github/RELEASES.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
# @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
- [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)
Expand Down
2 changes: 1 addition & 1 deletion packages/github/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/github/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@actions/github",
"version": "3.0.0",
"version": "4.0.0",
"description": "Actions github lib",
"keywords": [
"github",
Expand Down