diff --git a/code/api/.releaserc.json b/code/api/.releaserc.json index 174edc1d..aa06ac3b 100644 --- a/code/api/.releaserc.json +++ b/code/api/.releaserc.json @@ -13,8 +13,5 @@ "assets": ["**/pom.xml"], "message": "chore(release): ara-api ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}" }] - ], - "extends": [ - "semantic-release-monorepo" ] } diff --git a/code/web-ui/.releaserc.json b/code/web-ui/.releaserc.json index e298f8bd..7e218f3f 100644 --- a/code/web-ui/.releaserc.json +++ b/code/web-ui/.releaserc.json @@ -13,8 +13,5 @@ "assets": ["package.json"], "message": "chore(release): ara-web-ui ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}" }] - ], - "extends": [ - "semantic-release-monorepo" ] }