1
0
Fork 0

Add RELEASES.md for each package, bump tool-cache to publish (#67)

pull/78/head
Danny McCormick 2019-08-22 13:14:49 -04:00 committed by Bryan MacFarlane
parent e54c7a866d
commit 6b9630ac94
7 changed files with 32 additions and 2 deletions

View File

@ -0,0 +1,5 @@
# @actions/core Releases
### 1.0.0
- Initial release

View File

@ -0,0 +1,5 @@
# @actions/exec Releases
### 1.0.0
- Initial release

View File

@ -0,0 +1,5 @@
# @actions/github Releases
### 1.0.0
- Initial release

5
packages/io/RELEASES.md Normal file
View File

@ -0,0 +1,5 @@
# @actions/io Releases
### 1.0.0
- Initial release

View 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

View File

@ -1,6 +1,6 @@
{
"name": "@actions/tool-cache",
"version": "1.0.0",
"version": "1.1.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@actions/tool-cache",
"version": "1.0.0",
"version": "1.1.0",
"description": "Actions tool-cache lib",
"keywords": [
"exec",