chore(release): update to latest octokit and usage (#20601)

- rename all references of `tag` to either `gitTag` or `npmTag` based on what they contain since this was confusing throughout
- add the code to publish to git as a prerelease if the npm tag is `next`
- log the version when asking if the npm tag is correct
This commit is contained in:
Brandy Carney
2020-02-24 11:46:09 -05:00
committed by GitHub
parent 71875417f2
commit cefb08fe32
3 changed files with 29 additions and 26 deletions

View File

@@ -9,7 +9,7 @@
"changelog": "conventional-changelog -p angular -i ./CHANGELOG.md -k core -s"
},
"devDependencies": {
"@octokit/rest": "^15.2.6",
"@octokit/rest": "^17.0.0",
"conventional-changelog-cli": "^2.0.1",
"execa": "^0.10.0",
"fs-extra": "^7.0.0",