Use a GitHub Action to generate the changelog (#9434) [skip ci]

* Use a GitHub Action to generate the changelog

* Update main.workflow [skip ci]
This commit is contained in:
Nicolò Ribaudo
2019-02-04 22:15:44 +01:00
committed by GitHub
parent 344d35bbe9
commit 44d8a59361
7 changed files with 1527 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"private": true,
"name": "@internal/trigger-github-release",
"version": "0.0.1",
"author": "Nicolò Ribaudo <nicolo.ribaudo@gmail.com>",
"license": "MIT",
"dependencies": {
"@octokit/rest": "^16.3.0",
"get-stdin": "^6.0.0",
"lerna-changelog": "^0.8.2"
}
}