mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-06 08:36:06 +08:00
Add RELEASES.md for each package, bump tool-cache to publish (#67)
This commit is contained in:
parent
e54c7a866d
commit
6b9630ac94
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…
x
Reference in New Issue
Block a user