Skip to content

Commit

Permalink
fix: semantic-release config
Browse files Browse the repository at this point in the history
  • Loading branch information
elribonazo committed Dec 26, 2024
1 parent 4b28a20 commit 8a4d9d1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 49 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"test": "lerna run test"
},
"release": {
"repositoryUrl": "https://github.com/trust0-project/RIDB.git",
"branches": [
{ "name": "main" },
{ "name": "develop", "prerelease": "rc", "channel": "rc" },
Expand All @@ -23,13 +22,12 @@
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/github",
"@semantic-release/changelog",
[
"@semantic-release/git",
{
"assets": ["CHANGELOG.md", "package.json", "package-lock.json", "docs"],
"assets": ["packages"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
]
Expand Down
23 changes: 0 additions & 23 deletions packages/ridb-level/release.config.js

This file was deleted.

23 changes: 0 additions & 23 deletions packages/ridb/release.config.js

This file was deleted.

0 comments on commit 8a4d9d1

Please sign in to comment.