ci: 🤖 Adding missing publish configuration

This commit is contained in:
Justin 2020-03-22 15:11:32 +01:00
parent 3e49ab98cc
commit cedba55151
3 changed files with 14 additions and 1 deletions

View File

@ -2,7 +2,9 @@ tagFormat: '${version}'
plugins:
- '@semantic-release/commit-analyzer'
- '@semantic-release/release-notes-generator'
- 'semantic-release-npmx'
- '@semantic-release/changelog'
- - 'semantic-release-npmx'
- access: 'public'
- '@semantic-release/github'
- - '@semantic-release/git'
- message: "chore: Release 🚀 ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"

View File

@ -12,6 +12,7 @@
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@commitlint/config-lerna-scopes": "^8.3.4",
"@semantic-release/changelog": "^5.0.0",
"@semantic-release/git": "^9.0.0",
"@types/jest": "^25.1.4",
"@typescript-eslint/eslint-plugin": "^2.24.0",

View File

@ -1541,6 +1541,16 @@
dependencies:
any-observable "^0.3.0"
"@semantic-release/changelog@^5.0.0":
version "5.0.0"
resolved "https://registry.yarnpkg.com/@semantic-release/changelog/-/changelog-5.0.0.tgz#3db43fc15d78267c5b3f3f9dd311ddb2a0f8596b"
integrity sha512-A1uKqWtQG4WX9Vh4QI5b2ddhqx1qAJFlbow8szSNiXn+TaJg15LSUA9NVqyu0VxQFy3hKUJYwbBHGRXCxCy2fg==
dependencies:
"@semantic-release/error" "^2.1.0"
aggregate-error "^3.0.0"
fs-extra "^8.0.0"
lodash "^4.17.4"
"@semantic-release/commit-analyzer@^8.0.0":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@semantic-release/commit-analyzer/-/commit-analyzer-8.0.1.tgz#5d2a37cd5a3312da0e3ac05b1ca348bf60b90bca"