mirror of
https://github.com/actions/toolkit.git
synced 2025-06-09 17:45:07 +09:00
Add RELEASES.md for each package, bump tool-cache to publish (#67)
This commit is contained in:
parent
e54c7a866d
commit
6b9630ac94
7 changed files with 32 additions and 2 deletions
5
packages/core/RELEASES.md
Normal file
5
packages/core/RELEASES.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
# @actions/core Releases
|
||||
|
||||
### 1.0.0
|
||||
|
||||
- Initial release
|
5
packages/exec/RELEASES.md
Normal file
5
packages/exec/RELEASES.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
# @actions/exec Releases
|
||||
|
||||
### 1.0.0
|
||||
|
||||
- Initial release
|
5
packages/github/RELEASES.md
Normal file
5
packages/github/RELEASES.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
# @actions/github Releases
|
||||
|
||||
### 1.0.0
|
||||
|
||||
- Initial release
|
5
packages/io/RELEASES.md
Normal file
5
packages/io/RELEASES.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
# @actions/io Releases
|
||||
|
||||
### 1.0.0
|
||||
|
||||
- Initial release
|
10
packages/tool-cache/RELEASES.md
Normal file
10
packages/tool-cache/RELEASES.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
# @actions/tool-cache Releases
|
||||
|
||||
### 1.1.0
|
||||
|
||||
- [Add zip and unzip for macOS](https://github.com/actions/toolkit/pull/49)
|
||||
- [Support custom flags for `extractTar`](https://github.com/actions/toolkit/pull/48)
|
||||
|
||||
### 1.0.0
|
||||
|
||||
- Initial release
|
2
packages/tool-cache/package-lock.json
generated
2
packages/tool-cache/package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@actions/tool-cache",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@actions/tool-cache",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"description": "Actions tool-cache lib",
|
||||
"keywords": [
|
||||
"exec",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue