fix: update semantic-release

This commit is contained in:
Thomas Nordquist
2024-05-10 18:48:38 +02:00
parent 9b7c3b8e9c
commit 0e72329c77
5 changed files with 1885 additions and 2544 deletions

View File

@@ -7,33 +7,6 @@
"node": ">=18"
},
"private": "true",
"release": {
"branches": [
"master",
{
"name": "beta",
"prerelease": true
},
{
"name": "alpha",
"prerelease": true
}
],
"plugins": [
"@semantic-release/commit-analyzer",
"semantic-release-export-data",
"@semantic-release/changelog",
[
"@semantic-release/git",
{
"assets": [
"package.json",
"yarn.lock"
]
}
]
]
},
"scripts": {
"start": "electron .",
"test": "yarn test:app && yarn test:backend",
@@ -108,7 +81,7 @@
"@cspell/dict-typescript": "^3.1.2",
"@electron/notarize": "^2.3.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "11",
"@semantic-release/commit-analyzer": "^12.0.0",
"@semantic-release/git": "^10.0.1",
"@types/chai": "^4.1.7",
"@types/fs-extra": "8",
@@ -132,7 +105,7 @@
"playwright": "^1.43.0",
"prettier": "^3.2.5",
"redux-thunk": "^2.3.0",
"semantic-release": "11",
"semantic-release": "^23.0.8",
"semantic-release-export-data": "^1.0.1",
"source-map-support": "^0.5.9",
"ts-node": "^10.9.2",