feat: added script which which automatically opens PRs

from current branch and base branch publish and development-publish
This commit is contained in:
jirikrepl
2019-12-02 17:52:52 +01:00
parent 993920b4d4
commit a4e3f0e488
5 changed files with 682 additions and 0 deletions

16
scripts/package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "scripts",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@octokit/rest": "^16.35.0",
"commander": "^4.0.1",
"inquirer": "^7.0.0"
}
}