ci: Adjust to release app and api module respectively (#2675)

Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
Co-authored-by: Pun Butrach <pun.butrach@gmail.com>
Co-authored-by: Ax333l <main@axelen.xyz>
This commit is contained in:
brosssh
2025-10-01 21:14:48 +02:00
committed by oSumAtrIX
parent de27b4b109
commit 775c2d5cde
13 changed files with 938 additions and 853 deletions

View File

@@ -1,10 +1,11 @@
{
"private": true,
"workspaces": [
"api",
"app"
],
"devDependencies": {
"@anolilab/multi-semantic-release": "^1.1.10",
"gradle-semantic-release-plugin": "^1.10.1",
"@saithodev/semantic-release-backmerge": "^4.0.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1"
"@anolilab/multi-semantic-release": "^2.0.3",
"semantic-release": "^24.2.7"
}
}