update standard-release (#2317)

This commit is contained in:
Niklas von Hertzen 2020-08-08 16:45:26 +08:00 committed by GitHub
parent f7b39c0914
commit 659f820170
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 789 additions and 830 deletions

View File

@ -23,7 +23,7 @@ jobs:
git config user.name "CI"
git config user.email "niklasvh@gmail.com"
- name: Create release
run: npm run release -- --preset eslint --${{ github.event.inputs.version }}
run: npm run release -- --preset eslint --release-as ${{ github.event.inputs.version }}
- name: Print details
run: |
cat package.json

1615
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -80,7 +80,7 @@
"rollup-plugin-typescript2": "^0.21.0",
"serve-index": "^1.9.1",
"slash": "1.0.0",
"standard-version": "^5.0.2",
"standard-version": "^8.0.2",
"ts-jest": "^24.1.0",
"ts-loader": "^5.3.3",
"ts-node": "^8.0.3",